Share via


CGContext.AddArc(NFloat, NFloat, NFloat, NFloat, NFloat, Boolean) Method

Definition

public void AddArc(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat endAngle, bool clockwise);
member this.AddArc : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * bool -> unit

Parameters

x
NFloat
y
NFloat
radius
NFloat
startAngle
NFloat
endAngle
NFloat
clockwise
Boolean

Applies to