SketchShapeVertex mixin

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginShape([ShapeMode? mode]) → void
Begins recording a custom shape, defined by various types of vertices.
bezierVertex(dynamic c1x, dynamic c1y, dynamic c2x, dynamic c2y, dynamic x2, dynamic y2) → void
curveVertex(num x, num y) → void
endShape({bool close = false}) → void
Ends the definition of a custom shape and then paints it.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quadraticVertex(dynamic cx, dynamic cy, dynamic x2, dynamic y2) → void
toString() String
A string representation of this object.
inherited
vertex(num x, num y) → void
Adds a vertex to the active shape.

Operators

operator ==(Object other) bool
The equality operator.
inherited