 |
GdipSetClipRectI ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Sets the clipping region of this Graphics object by a specified rectangle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipSetClipRectI(
GpGraphics *graphics,
INT x, INT y,
INT width, INT height,
CombineMode combineMode
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipSetClipRectI IN gdiplus;
INTEGER graphics,;
INTEGER x,;
INTEGER y,;
INTEGER nWidth,;
INTEGER nHeight,;
INTEGER combineMode
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Pointer to a Graphics object.
x
[in] Specifies the logical x-coordinate of the upper-left corner of the rectangle.
y
[in] Specifies the logical y-coordinate of the upper-left corner of the rectangle.
width
[in] Specifies the logical width of the rectangle.
height
[in] Specifies the logical height of the rectangle.
combineMode
[in] Element of the CombineMode enumeration that specifies how the specified rectangle is combined with the clipping region of this Graphics object. |
 |
 |
| Return value: |
 |
| If the function succeeds, it returns Ok (0). |
 |
 |
| Usage: |
 |
= GdipSetClipRectI(THIS.gdip.graphics,;
CLIP_LEFT, CLIP_TOP,;
CLIP_WIDTH, CLIP_HEIGHT, 0)
|
 |
 |
| My comment: |
 |
| See also: GdipResetClip |
 |
 |
| Word Index links for the GdipSetClipRectI : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2009-01-07 17:43:22 | | Modified: | 2009-01-07 17:53:20 | Visited in last 7 days: 17 |