Upravit

Sdílet prostřednictvím


iPhoneOSGameView.LayerRetainsBacking Property

Definition

Gets or sets a Boolean that controls whether the layer should retain its contents.

public bool LayerRetainsBacking { get; set; }
member this.LayerRetainsBacking : bool with get, set

Property Value

A Boolean that controls whether the layer should retain its contents.

Exceptions

The instance has had Dispose(Boolean) invoked on it.

Remarks

This value is used when configuring the CAEAGLLayer to set the RetainedBacking property.

Applies to