Group: GDI+ Image - Library: gdiplus
GpStatus WINGDIPAPI GdipGetImageHeight(
GpImage *image,
UINT *height
)
DECLARE INTEGER GdipGetImageHeight IN gdiplus;
INTEGER img,;
INTEGER @ imgheight
img [in] Handle to Image Object
imgwidth [out] Height of this image in pixels.
Returns GpStatus value, 0 means success.