stagexl
stagexl
GraphicsCommandArc
endAngle
endAngle
stagexl
stagexl
GraphicsCommandArc
endAngle
property
endAngle
stagexl
stagexl
GraphicsCommandArc
Constructors
GraphicsCommandArc
Properties
antiClockwise
endAngle
graphics
hashCode
radius
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(); }