Ellipse plugin

Draws an ellipse

Example usage

Example 1

Ellipse{10,10,50,90} example
Ellipse{10,10,50,90}

Example 2

Ellipse{20,20,30,70,3,Red} example
Ellipse{20,20,30,70,3,Red}

Example 3

Ellipse{X{20}Y{20}Width{30}Height{20}Brush{Color{Green}Size{10}}} example
Ellipse{X{20}Y{20}Width{30}Height{20}Brush{Color{Green}Size{10}}}

Constructors

Constructor 1

Available properties

Width - Number
Width of the ellipse
Height - Number
Height of the ellipse
Fill - ImgBagFill
Position - DrawPluginPosition
The type of positioning to use
X - Number
The X-coordinate to begin drawing, if relevant
Y - Number
The Y-coordinate to begin drawing, if relevant
Brush - ImgBagBrush
The settings to use for the brush, if relevant
Font - ImgBagFont
The settings to use for the font, if relevant