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