stagexl
stagexl
GraphicsCommandBezierCurveTo
endX
endX
stagexl
stagexl
GraphicsCommandBezierCurveTo
endX
property
endX
stagexl
stagexl
GraphicsCommandBezierCurveTo
Constructors
GraphicsCommandBezierCurveTo
Properties
controlX1
controlX2
controlY1
controlY2
endX
endY
graphics
hashCode
runtimeType
Operators
operator ==
Methods
invalidate
noSuchMethod
toString
updateContext
double
endX
Source
double get endX => _endX;
void
endX=
(
double
value
)
Source
set endX(double value) { _endX = value; _invalidate(); }