 |
 |
 |
|
|  |  |
 |
GdipDrawImageRectI ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Draws an image |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
GpStatus WINGDIPAPI GdipDrawImageRectI(
GpGraphics *graphics,
GpImage *image,
INT x,
INT y,
INT width,
INT height
)
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER GdipDrawImageRectI IN gdiplus;
INTEGER graphics,;
INTEGER img,;
INTEGER x,;
INTEGER y,;
INTEGER imgwidth,;
INTEGER imgheight
|
 |  |  | | Parameters: |  | graphics
[in] Pointer to a Graphics object.
image
[in] Pointer to an Image object that specifies the source image.
x
[in] Integer that specifies the x-coordinate of the upper-left corner of the destination rectangle at which to draw the image.
y
[in] Integer that specifies the y-coordinate of the upper-left corner of the destination rectangle at which to draw the image.
width
[in] Integer that specifies the width of the destination rectangle at which to draw the image.
height
[in] Integer that specifies the height of the destination rectangle at which to draw the image.
|
 |  | | Return value: |  | | If succeeds, it returns Ok, which is an element of the Status enumeration. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2004-07-08 10:56:32 | | Modified: | 2004-07-08 11:04:03 | Visited in last 7 days: 22 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|