IPathBuilder

Interface

Static Methods

Draw(painter: Painter2D, func: Action<IPathBuilder>): void
Record(func: Action<IPathBuilder>): Path

Instance Methods

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

Extension Methods

RRectRectDescribeIdentityShortHashToStringNullable

On this page