Share via


CGPath.AddQuadCurveToPoint Method

Definition

Overloads

AddQuadCurveToPoint(NFloat, NFloat, NFloat, NFloat)

public void AddQuadCurveToPoint(System.Runtime.InteropServices.NFloat cpx, System.Runtime.InteropServices.NFloat cpy, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddQuadCurveToPoint : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

cpx
NFloat
cpy
NFloat
x
NFloat
y
NFloat

Applies to

AddQuadCurveToPoint(CGAffineTransform, NFloat, NFloat, NFloat, NFloat)

public void AddQuadCurveToPoint(CoreGraphics.CGAffineTransform transform, System.Runtime.InteropServices.NFloat cpx, System.Runtime.InteropServices.NFloat cpy, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddQuadCurveToPoint : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

transform
CGAffineTransform
cpx
NFloat
cpy
NFloat
x
NFloat
y
NFloat

Applies to