DrawFilledArc Statement:
Draw filled arc
Object.DrawFilledArc
xc, yc, w, h, s, e
|
Parametrs:
xc,yc- – arc center coordinate
w,h- arc width and height
s,e- start and end angles [0 – 360].
|
Sample: object.DrawFilledArc
50, 50, 30, 80, 0, 180
This method draws a filled Arc. DrawFilledArc method differs from DrawFilledPie
in the calculation logic of start and end edges. DrawFilledPie draws filled
arcs proportional to angles. 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
|
|