PathCommand
Struct
Fields
Static Methods
Arc(center: Vector2, radius: float, startRad: Angle, endRad: Angle, dir: Arc Direction): Path Command
ArcTo(control: Vector2, end: Vector2, radius: float): Path Command
BezierCurveTo(c1: Vector2, c2: Vector2, end: Vector2): Path Command
ClosePath(): Path Command
LineTo(pos: Vector2): Path Command
MoveTo(pos: Vector2): Path Command
QuadraticCurveTo(control: Vector2, end: Vector2): Path Command
Instance Methods
Apply(painter: Painter2 D): void
Inherited Members
Extension Methods
Describe IdentityShort HashTo String Nullable