Ellipse - khanhas/MagickMeter GitHub Wiki
Parameters:
Ellipse X, Y, RadiusX, RadiusY
(bold = required)
Image = Ellipse 300,300,50 | Color 50,50,50
Image2 = Ellipse 600,240,300,120 | StrokeWidth 10
Modifiers:
AntiAlias
Default: 1 Parameter:
AntiAlias IsAntiAlias
Set IsAntiAlias
to 0 to turn off border smoothing.
Canvas
Parameter:
Canvas Width, Height
Define shape region. Any pixel exceeds this region is cutoff.
Image = Ellipse 50,50,20 | Canvas 80,80
Color
Default: 255,255,255
Parameter:
Color ColorValue
Fill shape color. Check out Color formats.
Offset
Default: 0,0
Parameter:
Offset X, Y
Change origin coordinate.
Rotate
Default: 0
Parameter:
Rotate Degree
Rotate coordinate.
StrokeAlign
Default: Center
Parameter:
StrokeAlign AlignType
Change Stroke alignment. Valid AlignType values:
Center
Outside
Inside
StrokeColor
Default: 0,0,0
Parameter:
StrokeColor ColorValue
Define stroke color. Check out Color formats.
StrokeWidth
Default: 0
Parameter:
StrokeWidth Width
Define stroke width.