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