DriverCaps.ReadScanLine Property (Microsoft.DirectX.Direct3D)

Indicates that the display hardware is capable of returning the current scan line.

Definition

Visual Basic Public ReadOnly Property ReadScanLine As Boolean
C# public bool ReadScanLine { get; }
C++ public:
property bool ReadScanLine {
        bool get();
}
JScript public function get ReadScanLine() : boolean

Property Value

System.Boolean
Value that is true if the display hardware can return the current scan line, or false if it cannot.

This property is read-only.