stagexl
stagexl
GraphicsCommandQuadraticCurveTo
endY
endY
stagexl
stagexl
GraphicsCommandQuadraticCurveTo
endY
property
endY
stagexl
stagexl
GraphicsCommandQuadraticCurveTo
Constructors
GraphicsCommandQuadraticCurveTo
Properties
controlX
controlY
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(); }