CGPath.AddCurveToPoint Method

Definition

Overloads

AddCurveToPoint(CGPoint, CGPoint, CGPoint)
AddCurveToPoint(CGAffineTransform, CGPoint, CGPoint, CGPoint)
AddCurveToPoint(nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)
AddCurveToPoint(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)

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

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(nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)

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

Parameters

cp1x
nfloat
cp1y
nfloat
cp2x
nfloat
cp2y
nfloat
x
nfloat
y
nfloat

Applies to

AddCurveToPoint(CGAffineTransform, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)

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

Parameters

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

Applies to