GraphicsCommandQuadraticCurveTo class
- Inheritance
- Object
- GraphicsCommand
- GraphicsCommandQuadraticCurveTo
Constructors
- GraphicsCommandQuadraticCurveTo(num controlX, num controlY, num endX, num endY)
Properties
- controlX ↔ double
-
read / write
- controlY ↔ double
-
read / write
- endX ↔ double
-
read / write
- endY ↔ double
-
read / write
- graphics → Graphics
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
invalidate(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
updateContext(
GraphicsContext context) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited