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