Microsoft DirectX 9.0 SDK Update (October 2004)

Device.RasterStatus Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves information that describes the raster of the monitor on which the swap chain is presented.

Definition

Visual Basic .NET Public ReadOnly Property RasterStatus As RasterStatus
C# public RasterStatus RasterStatus { get; }
Managed C++ public: __property RasterStatus get_RasterStatus();
JScript .NET public function get RasterStatus() : RasterStatus

Property Value

Microsoft.DirectX.Direct3D.RasterStatus . A RasterStatus object that contains information about the position or other status of the raster on the monitor driven by the current adapter.

This property is read-only. 

Remarks

This method does not return device state for a device created using CreateFlags.PureDevice. To use this method, create a device with any of the other values in CreateFlags.

Exceptions
InvalidCallException Occurs if the device does not support reading the current scan line. To determine whether the device supports reading the scan line, check DriverCaps.ReadScanLine.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center