Share via


CGPath.AddLineToPoint Method

Definition

Overloads

AddLineToPoint(CGAffineTransform, NFloat, NFloat)

public void AddLineToPoint(CoreGraphics.CGAffineTransform transform, System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddLineToPoint : CoreGraphics.CGAffineTransform * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

transform
CGAffineTransform
x
NFloat
y
NFloat

Applies to

AddLineToPoint(NFloat, NFloat)

public void AddLineToPoint(System.Runtime.InteropServices.NFloat x, System.Runtime.InteropServices.NFloat y);
member this.AddLineToPoint : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> unit

Parameters

x
NFloat
y
NFloat

Applies to

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