CGPath.AddLineToPoint 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
AddLineToPoint(CGPoint) | |
AddLineToPoint(CGAffineTransform, CGPoint) | |
AddLineToPoint(nfloat, nfloat) | |
AddLineToPoint(CGAffineTransform, nfloat, nfloat) |
AddLineToPoint(CGPoint)
public void AddLineToPoint (CoreGraphics.CGPoint point);
member this.AddLineToPoint : CoreGraphics.CGPoint -> unit
Parameters
- point
- CGPoint
Applies to
AddLineToPoint(CGAffineTransform, CGPoint)
public void AddLineToPoint (CoreGraphics.CGAffineTransform transform, CoreGraphics.CGPoint point);
member this.AddLineToPoint : CoreGraphics.CGAffineTransform * CoreGraphics.CGPoint -> unit
Parameters
- transform
- CGAffineTransform
- point
- CGPoint
Applies to
AddLineToPoint(nfloat, nfloat)
AddLineToPoint(CGAffineTransform, nfloat, nfloat)
public void AddLineToPoint (CoreGraphics.CGAffineTransform transform, nfloat x, nfloat y);
member this.AddLineToPoint : CoreGraphics.CGAffineTransform * nfloat * nfloat -> unit
Parameters
- transform
- CGAffineTransform
- x
- nfloat
- y
- nfloat