DrawFilledPie Statement:
Draw filled pie
Object.DrawFilledPie
xc, yc, w, h, s, e
|
Parametrs:
xc,yc- – pie center coordinate
w,h- pie width and height
s,e- start and end angles [0 – 360].
|
Sample: object.DrawFilledPie
50, 50, 30, 80, 0, 180
This method draws a filled Pie. DrawFilledPie method differs from DrawFilledArc
in the calculation logic of start and end edges. DrawFilledArc draws filled
arcs proportional to circumference length. You can use simple color, gradient
or brush fill types by calling SetColor, SetBrush or SetGradient methods.
See also
DrawArc,DrawFilledArc,DrawFilledPie
More samples:
Brush
Circle,
Arc, Ellipse,
Brush, Polygon,
Pie
Diagram
Chart,
Pie
Gradient
Arc,
Besier, Circle,
Ellipse,
Gradient, Pie,
Polygon,
Rectangle, Unclosed
polygon
Primitive
Arc,
Beziers, Circle,
Ellipse,
Line, Pie,
Rectangle, Unclosed
polygon, Unclosed
polygon
|
|