stagexl
stagexl
GraphicsCommandArcElliptical
endAngle
endAngle
stagexl
stagexl
GraphicsCommandArcElliptical
endAngle
property
endAngle
stagexl
stagexl
GraphicsCommandArcElliptical
Constructors
GraphicsCommandArcElliptical
Properties
antiClockwise
endAngle
graphics
hashCode
radiusX
radiusY
rotation
runtimeType
startAngle
x
y
Operators
operator ==
Methods
invalidate
noSuchMethod
toString
updateContext
double
endAngle
Source
double get endAngle => _endAngle;
void
endAngle=
(
double
value
)
Source
set endAngle(double value) { _endAngle = value; _invalidate(); }