PathCommand

Struct

Fields

Static Methods

Arc(center: Vector2, radius: float, startRad: Angle, endRad: Angle, dir: ArcDirection): PathCommand
ArcTo(control: Vector2, end: Vector2, radius: float): PathCommand
BezierCurveTo(c1: Vector2, c2: Vector2, end: Vector2): PathCommand
ClosePath(): PathCommand
LineTo(pos: Vector2): PathCommand
MoveTo(pos: Vector2): PathCommand
QuadraticCurveTo(control: Vector2, end: Vector2): PathCommand

Instance Methods

Apply(painter: Painter2D): void

Inherited Members

Extension Methods

DescribeIdentityShortHashToStringNullable

On this page