DrawFilledEllipse Statement:
Draw filled Ellipse
Object.DrawFilledEllipse
xc, yc, w, h
|
Parametrs:
xc,yc- – ellipse center coordinate
w,h- ellipse width and height
|
Sample: object.DrawFilledEllipse
50, 50, 30, 80
This method draws a filled Ellipse. You can use simple color, gradient or brush
fill types by calling setColor , SetBrush or SetGradient methods.
See also
DrawEllipse,DrawFilledEllipse,SetColor,
SetLineWidth,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
|
|