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