Circle plugin

Draws a circle

Example usage

Example 1

Circle{10,10,50} example
Circle{10,10,50}

Example 2

Circle{20,20,30,3,Red} example
Circle{20,20,30,3,Red}

Example 3

Circle{X{20}Y{20}Size{30}Brush{Color{Green}Size{10}}} example
Circle{X{20}Y{20}Size{30}Brush{Color{Green}Size{10}}}

Constructors

Constructor 1

Available properties

Size - Number
The diameter of the cirlce
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