CGPath.AddLineToPoint Method

Definition

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)

public void AddLineToPoint (nfloat x, nfloat y);
member this.AddLineToPoint : nfloat * nfloat -> unit

Parameters

x
nfloat
y
nfloat

Applies to

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

Applies to