Header menu logo Nu

ContourCommand Type

Represents a contour command.

Union cases

Union case Description

CloseContour

Full Usage: CloseContour

CubicCurveTo(Control1, Control2, EndPoint)

Full Usage: CubicCurveTo(Control1, Control2, EndPoint)

Parameters:
Control1 : Vector2
Control2 : Vector2
EndPoint : Vector2

LineTo EndPoint

Full Usage: LineTo EndPoint

Parameters:
EndPoint : Vector2

MoveTo EndPoint

Full Usage: MoveTo EndPoint

Parameters:
EndPoint : Vector2

QuadraticCurveTo(Control, EndPoint)

Full Usage: QuadraticCurveTo(Control, EndPoint)

Parameters:
Control : Vector2
EndPoint : Vector2

Instance members

Instance member Description

this.IsCloseContour

Full Usage: this.IsCloseContour

Returns: bool
Returns: bool

this.IsCubicCurveTo

Full Usage: this.IsCubicCurveTo

Returns: bool
Returns: bool

this.IsLineTo

Full Usage: this.IsLineTo

Returns: bool
Returns: bool

this.IsMoveTo

Full Usage: this.IsMoveTo

Returns: bool
Returns: bool

this.IsQuadraticCurveTo

Full Usage: this.IsQuadraticCurveTo

Returns: bool
Returns: bool

Type something to start searching.