Microsoft DirectX 9.0 |
The GetSourcePosition method retrieves the source rectangle.
Syntax
objVideo.GetSourcePosition(
ByRef Left As Long,
ByRef Top As Long,
ByRef Width As Long,
ByRef Height As Long)
Parameters
Left
Variable that receives the source rectangle's x-coordinate, in pixels.
Top
Variable that receives the source rectangle's y-coordinate, in pixels.
Width
Variable that receives the width of the source rectangle, in pixels.
Height
Variable that receives the height of the source rectangle, in pixels.
Return Values
This method does not return a value.
Remarks
This method has the same effect as retrieving the values of the IBasicVideo2.SourceLeft, IBasicVideo2.SourceTop, IBasicVideo2.SourceWidth, and IBasicVideo2.SourceHeight properties.
See Also