| GraphicsScreenCoverage Property |
Gets or sets a value indicating whether the screen covers the entire view or only a part of
it.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public GraphicsScreenCoverage Coverage { get; set; }
Public Property Coverage As GraphicsScreenCoverage
Get
Set
public:
property GraphicsScreenCoverage Coverage {
GraphicsScreenCoverage get ();
void set (GraphicsScreenCoverage value);
}
member Coverage : GraphicsScreenCoverage with get, set
Property Value
Type:
GraphicsScreenCoverage
The
GraphicsScreenCoverage. When not sure what to return, use
Partial (default value).
Remarks
This property is a hint that indicates whether other
GraphicsScreens that lie
in the background need to be rendered. When
Coverage is set to
Partial screens in the background are rendered first.
See Also