DrawEllipse Statement:
Draw Ellipse
Object.DrawEllipse
xc, yc, w, h
|
Parametrs:
xc,yc- – ellipse center coordinate
w,h- ellipse width and height
|
Sample: object.DrawEllipse
50, 50, 30, 80
This method draws an Ellipse. Before calling DrawEllipse method you may define
line color and thickness with SetColor and SetLineWidth methods
See also
DrawEllipse,DrawFilledEllipse,SetColor,
SetLineWidth
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
|
|