Edit

Share via


iPhoneOSGameView.LayoutSubviews Method

Definition

Lays out subviews.

public override void LayoutSubviews();
override this.LayoutSubviews : unit -> unit

Exceptions

ContextRenderingApi hasn't been initialized.

Remarks

Lays out subviews when LayoutIfNeeded() is invoked.

<block subset="none" type="behaviors"> If AutoResize is true and the size of the view has changed (i.e. Size differs from Bounds), then the framebuffer will be destroyed and recreated. </block>

Applies to