Click or drag to resize
CanvasPathBuilderAddArc Method
Overload List
  NameDescription
Public methodAddArc(Vector2, Single, Single, Single, Single)
Adds a single arc to the path, specified as a portion of an ellipse.
Public methodAddArc(Vector2, Single, Single, Single, CanvasSweepDirection, CanvasArcSize)
Adds a single arc to the path, specified by start and end points through which an ellipse will be fitted.
Top
See Also