 |
GdipLoadImageFromFile ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates an Image object based on a file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipLoadImageFromFile(
GDIPCONST WCHAR* filename,
GpImage **image
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipLoadImageFromFile IN gdiplus;
STRING filename,;
INTEGER @ img
|
 |
 |
 |
| Parameters: |
 |
filename
[in] Pointer to a wide-character string that specifies the name of the file.
img
[out] Image handle. |
 |
 |
| Return value: |
 |
| Returns GpStatus value, 0 means success. |
 |
 |
| Word Index links for the GdipLoadImageFromFile : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-08 09:43:44 | | Modified: | 2004-07-08 09:47:40 | Visited in last 7 days: 24 |