PathCommand Type
Public contract type exposed by this FS.Skia.UI package.
Union cases
| Union case |
Description
|
Full Usage:
ArcTo(bounds, startAngle, sweepAngle)
Parameters:
Rect
startAngle : float
sweepAngle : float
|
|
Full Usage:
Close
|
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsArcTo
Returns: bool
|
|
Full Usage:
this.IsClose
Returns: bool
|
|
Full Usage:
this.IsCubicTo
Returns: bool
|
|
Full Usage:
this.IsLineTo
Returns: bool
|
|
Full Usage:
this.IsMoveTo
Returns: bool
|
|
Full Usage:
this.IsQuadTo
Returns: bool
|
|