 |
GdipGetImageType ..msdn Add comment W32 Constants Translate this page |
 |
 |
Gets the type (bitmap or metafile) of this Image object.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipGetImageType(
GpImage *image,
ImageType *type
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipGetImageType IN gdiplus;
INTEGER img,;
INTEGER @ imgtype
|
 |
 |
 |
| Parameters: |
 |
img
[in] Handle to Image Object
imgtype
[out] ImageType enumeration value. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| My comment: |
 |
typedef enum {
ImageTypeUnknown = 0,
ImageTypeBitmap = 1,
ImageTypeMetafile = 2
} ImageType;
|
 |
 |
| Word Index links for the GdipGetImageType : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-08 09:54:47 | | Modified: | 2004-07-08 10:02:21 | Visited in last 7 days: 13 |