IMSVidRect Interface
This topic applies to Windows XP or later.
The IMSVidRect interface represents a rectangle with an associated window handle. It contains methods to set and retrieve the top and left coordinates, the width, and the height. All values are in pixels. The top and left coordinates are relative to the associated window.
Methods
The IMSVidRect interface inherits the methods of the IDispatch interface.
In addition, IMSVidRect defines the following methods.
Method | Description |
---|---|
Retrieves the height of the rectangle. |
|
Retrieves the window associated with the rectangle. |
|
Retrieves the left x-coordinate of the rectangle. |
|
Retrieves the top y-coordinate of the rectangle. |
|
Retrieves the width of the rectangle. |
|
Specifies the height of the rectangle |
|
Specifies the window associated with the rectangle. |
|
Specifies the left x-coordinate of the rectangle. |
|
Copies the values of another rectangle to this rectangle. |
|
Specifies the top y-coordinate of the rectangle. |
|
Specifies the width of the rectangle. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008