iPhoneOSGameView.LayerRetainsBacking Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.