Share via


CGPath.AddRelativeArc Method

Definition

Overloads

AddRelativeArc(NFloat, NFloat, NFloat, NFloat, NFloat)

public void AddRelativeArc(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat delta);
member this.AddRelativeArc : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

x
NFloat
y
NFloat
radius
NFloat
startAngle
NFloat
delta
NFloat

Applies to

AddRelativeArc(CGAffineTransform, NFloat, NFloat, NFloat, NFloat, NFloat)

public void AddRelativeArc(CoreGraphics.CGAffineTransform m, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y, System.Runtime.InteropServices.NFloat radius, System.Runtime.InteropServices.NFloat startAngle, System.Runtime.InteropServices.NFloat delta);
member this.AddRelativeArc : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

x
NFloat
y
NFloat
radius
NFloat
startAngle
NFloat
delta
NFloat

Applies to