RasterStatus.InVBlank Property |
Language: |
Retrieves or sets the status of the vertical blank period.
Visual Basic Public Property InVBlank As Boolean C# public bool InVBlank { get; set; } C++ public:
property bool InVBlank {
bool get();
void set(bool value);
}JScript public function get InVBlank() : boolean
public function set InVBlank(boolean);
System.Boolean
This property is read/write.
Value that is true if the raster is in the vertical blank period, or false if it is not.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center