Logo FSBarV1_Archived

PathVerb Type

One verb in a path primitive. `MoveTo` MUST be the first verb in any path; downstream validation (US6 T060) enforces this.

Union cases

Union case Description

Close

Full Usage: Close

CubicTo(c1, c2, p)

Full Usage: CubicTo(c1, c2, p)

Parameters:

LineTo OverlayPoint

Full Usage: LineTo OverlayPoint

Parameters:

MoveTo OverlayPoint

Full Usage: MoveTo OverlayPoint

Parameters:

Instance members

Instance member Description

this.IsClose

Full Usage: this.IsClose

Returns: bool
Returns: bool

this.IsCubicTo

Full Usage: this.IsCubicTo

Returns: bool
Returns: bool

this.IsLineTo

Full Usage: this.IsLineTo

Returns: bool
Returns: bool

this.IsMoveTo

Full Usage: this.IsMoveTo

Returns: bool
Returns: bool

Type something to start searching.