Share via


CGPath.AddCurveToPoint Method

Definition

Overloads

AddCurveToPoint(CGAffineTransform, NFloat, NFloat, NFloat, NFloat, NFloat, NFloat)

public void AddCurveToPoint(CoreGraphics.CGAffineTransform transform, System.Runtime.InteropServices.NFloat cp1x, System.Runtime.InteropServices.NFloat cp1y, System.Runtime.InteropServices.NFloat cp2x, System.Runtime.InteropServices.NFloat cp2y, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddCurveToPoint : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

transform
CGAffineTransform
cp1x
NFloat
cp1y
NFloat
cp2x
NFloat
cp2y
NFloat
x
NFloat
y
NFloat

Applies to

AddCurveToPoint(NFloat, NFloat, NFloat, NFloat, NFloat, NFloat)

public void AddCurveToPoint(System.Runtime.InteropServices.NFloat cp1x, System.Runtime.InteropServices.NFloat cp1y, System.Runtime.InteropServices.NFloat cp2x, System.Runtime.InteropServices.NFloat cp2y, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddCurveToPoint : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

cp1x
NFloat
cp1y
NFloat
cp2x
NFloat
cp2y
NFloat
x
NFloat
y
NFloat

Applies to

AddCurveToPoint(CGAffineTransform, CGPoint, CGPoint, CGPoint)

public void AddCurveToPoint(CoreGraphics.CGAffineTransform transform, CoreGraphics.CGPoint cp1, CoreGraphics.CGPoint cp2, CoreGraphics.CGPoint point);
member this.AddCurveToPoint : CoreGraphics.CGAffineTransform * CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

Parameters

transform
CGAffineTransform
cp1
CGPoint
cp2
CGPoint
point
CGPoint

Applies to

AddCurveToPoint(CGPoint, CGPoint, CGPoint)

public void AddCurveToPoint(CoreGraphics.CGPoint cp1, CoreGraphics.CGPoint cp2, CoreGraphics.CGPoint point);
member this.AddCurveToPoint : CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit

Parameters

cp1
CGPoint
cp2
CGPoint
point
CGPoint

Applies to