-
Notifications
You must be signed in to change notification settings - Fork 5
Ellipse
khanhas edited this page Jul 15, 2018
·
9 revisions
Ellipse X, Y, RadiusX, RadiusY
(bold = required)
Image = Ellipse 300,300,50 | Color 50,50,50
Image2 = Ellipse 600,240,300,120 | StrokeWidth 10
Default: 1 Parameter:
AntiAlias IsAntiAlias
Set IsAntiAlias
to 0 to turn off border smoothing.
Parameter:
Canvas Width, Height
Define shape region. Any pixel exceeds this region is cutoff.
Image = Ellipse 50,50,20 | Canvas 80,80
Default: 255,255,255
Parameter:
Color ColorValue
Fill shape color. Check out Color formats.
Default: 0,0
Parameter:
Offset X, Y
Change origin coordinate.
Default: 0
Parameter:
Rotate Degree
Rotate coordinate.
Default: Center
Parameter:
StrokeAlign AlignType
Change Stroke alignment. Valid AlignType values:
Center
Outside
Inside
Default: 0,0,0
Parameter:
StrokeColor ColorValue
Define stroke color. Check out Color formats.
Default: 0
Parameter:
StrokeWidth Width
Define stroke width.