GraphicsContextRenderMask class

Inheritance

Constructors

GraphicsContextRenderMask(RenderState renderState)

Properties

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

Methods

arc(double x, double y, double radius, double startAngle, double endAngle, bool antiClockwise) → void
inherited
arcElliptical(double x, double y, double radiusX, double radiusY, double rotation, double startAngle, double endAngle, bool antiClockwise) → void
inherited
arcTo(double controlX, double controlY, double endX, double endY, double radius) → void
inherited
beginPath() → void
inherited
bezierCurveTo(double controlX1, double controlY1, double controlX2, double controlY2, double endX, double endY) → void
inherited
closePath() → void
inherited
fillColor(int color) → void
fillGradient(GraphicsGradient gradient) → void
fillPattern(GraphicsPattern pattern) → void
lineTo(double x, double y) → void
inherited
meshColor(_GraphicsCommandMeshColor command) → void
meshGradient(_GraphicsCommandMeshGradient command) → void
meshPattern(_GraphicsCommandMeshPattern command) → void
moveTo(double x, double y) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quadraticCurveTo(double controlX, double controlY, double endX, double endY) → void
inherited
strokeColor(int color, double width, JointStyle jointStyle, CapsStyle capsStyle) → void
strokeGradient(GraphicsGradient gradient, double width, JointStyle jointStyle, CapsStyle capsStyle) → void
strokePattern(GraphicsPattern pattern, double width, JointStyle jointStyle, CapsStyle capsStyle) → void
toString() String
A string representation of this object.
inherited

Operators

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