DrawFilledCircle Statement:
Draw filled circle
Object.DrawFilledCircle
xc, yc, radius
|
Parametrs:
xc,yc- circle center coordinate
radius- radius of circle
|
Sample: object.DrawFilledCircle
50, 50, 30
This method draws a filled Circle. You can use simple color, gradient or brush
fill types by calling setColor , SetBrush or SetGradient methods
See also
DrawCircle,DrawFilledCircle,DrawFilledPie,SetColor,
SetLineWidth,SetGradient,ClearGradient,SetImageIndex,
SetColor,SetBrush,
ClearBrush
More samples:
Brush
Circle,
Arc, Ellipse,
Brush, Polygon,
Pie
Gradient
Arc,
Besier, Circle,
Ellipse,
Gradient, Pie,
Polygon,
Rectangle, Unclosed
polygon
Primitive
Arc,
Beziers, Circle,
Ellipse,
Line, Pie,
Rectangle, Unclosed
polygon, Unclosed
polygon
|
|