GetImageHeight
Return the height of an image. (Alternatively use interface method .GetHeight.)
Syntax
Definition:
HRESULT GetImageHeight(
HRESULT hrPrev,
ITcVnImage* ipImage,
ULONG& nHeight
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
ipImage |
Image | |
nHeight |
ULONG& |
Return the height of ipImage |
Required License
TC3 Vision Base