 |
GdipFillPieI ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Uses a brush to fill the interior of a pie. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipFillPieI(
GpGraphics *graphics,
GpBrush *brush,
INT x,
INT y,
INT width,
INT height,
REAL startAngle,
REAL sweepAngle
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipFillPieI IN gdiplus;
INTEGER graphics,;
INTEGER brush,;
INTEGER x,;
INTEGER y,;
INTEGER width,;
INTEGER height,;
SINGLE startAngle,;
SINGLE sweepAngle
|
 |
 |
 |
| Parameters: |
 |
graphics
[in] Handle of a Graphics object.
brush
[in] Handle of a Brush that is used to paint the interior of the pie.
x
[in] Integer that specifies the x-coordinate of the upper-left corner of the rectangle that bounds the ellipse in which to draw the pie.
y
[in] Integer that specifies the y-coordinate of the upper-left corner of the rectangle that bounds the ellipse in which to draw the pie.
width
[in] Integer that specifies the width of the rectangle that bounds the ellipse in which to draw the pie.
height
[in] Integer that specifies the height of the rectangle that bounds the ellipse in which to draw the pie.
startAngle
[in] Real number that specifies the angle, in degrees, between the x-axis and the starting point of the arc that defines the pie. A positive value specifies clockwise rotation.
sweepAngle
[in] Real number that specifies the angle, in degrees, between the starting and ending points of the arc that defines the pie. A positive value specifies clockwise rotation. |
 |
 |
| Return value: |
 |
| If the function succeeds, it returns Ok (0). |
 |
 |
| My comment: |
 |
| See also: GdipDrawPieI. |
 |
 |
| Word Index links for the GdipFillPieI : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-05-12 16:54:47 | | Modified: | 2006-05-12 16:58:08 | Visited in last 7 days: 23 |