Click or drag to resize
DigitalRuneDelegateGraphicsScreen Properties

The DelegateGraphicsScreen type exposes the following members.

Properties
  NameDescription
Public propertyCoverage
Gets or sets a value indicating whether the screen covers the entire view or only a part of it.
(Inherited from GraphicsScreen.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from GraphicsScreen.)
Public propertyIsVisible
Gets or sets a value indicating whether this instance is visible.
(Inherited from GraphicsScreen.)
Public propertyName
Gets or sets the name of this graphics screen.
(Inherited from GraphicsScreen.)
Public propertyRenderCallback
Gets or sets the render callback method.
Public propertyRenderPreviousScreensToTexture
Gets or sets a value indicating whether the previous graphics screens should render into an off-screen render target.
(Inherited from GraphicsScreen.)
Public propertySourceTextureFormat
Gets or sets the source texture format.
(Inherited from GraphicsScreen.)
Public propertyUpdateCallback
Gets or sets the update callback method.
Top
See Also