D3DRASTER_STATUS
Describes the raster status.
Type D3DRASTER_STATUS
InVBLANK As Long
ScanLine As Long
End Type
Members
- InVBLANK
- 1 if the raster is in the vertical blank period. 0 if the raster is not in the vertical blank period.
- ScanLine
- If InVBLANK is 0, then this value is an integer roughly corresponding to the current scan line painted by the raster. Scan lines are numbered in the same way as Microsoft® Direct3D® surface coordinates: 0 is the top of the primary surface, extending to the value (height of the surface - 1) at the bottom of the display.
If InVBLANK is 1, then this value is set to zero and can be ignored.