CGPath.AddCurveToPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddCurveToPoint(CGPoint, CGPoint, CGPoint)
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)
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