Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP or later.
The get_Height method retrieves the height of the rectangle.
Syntax
HRESULT get_Height(
[out] LONG *pHeightVal
);
Parameters
- pHeightVal [out]
Pointer to a variable that receives the height, in pixels.
Return Value
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Calling the IMSVidRect::put_Top method changes the height of the rectangle. For example, if the y-coordinate is zero and the height is 100, setting the y-coordinate to 10 changes the height to 90.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
IMSVidRect Interface
IMSVidRect::put_Height
Send comments about this topic to Microsoft
Build date: 12/4/2008