Path2D class
- Annotations
- @Native.new("Path2D")
Constructors
- Path2D([dynamicpath_OR_text])
- factory
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
- addPath(
Path2Dpath, [Matrix?transform])→ void - arc(
numx,numy,numradius,numstartAngle,numendAngle,bool?anticlockwise)→ void - arcTo(
numx1,numy1,numx2,numy2,numradius)→ void - bezierCurveTo(
numcp1x,numcp1y,numcp2x,numcp2y,numx,numy)→ void - closePath(
)→ void - ellipse(
numx,numy,numradiusX,numradiusY,numrotation,numstartAngle,numendAngle,bool?anticlockwise)→ void - lineTo(
numx,numy)→ void - moveTo(
numx,numy)→ void - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- quadraticCurveTo(
numcpx,numcpy,numx,numy)→ void - rect(
numx,numy,numwidth,numheight)→ void - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited