Share via


CGPath.MoveToPoint Method

Definition

Overloads

MoveToPoint(CGPoint)

public void MoveToPoint(CoreGraphics.CGPoint point);
member this.MoveToPoint : CoreGraphics.CGPoint -> unit

Parameters

point
CGPoint

Applies to

MoveToPoint(CGAffineTransform, CGPoint)

public void MoveToPoint(CoreGraphics.CGAffineTransform transform, CoreGraphics.CGPoint point);
member this.MoveToPoint : CoreGraphics.CGAffineTransform * CoreGraphics.CGPoint -> unit

Parameters

transform
CGAffineTransform
point
CGPoint

Applies to

MoveToPoint(NFloat, NFloat)

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

Parameters

x
NFloat
y
NFloat

Applies to

MoveToPoint(CGAffineTransform, NFloat, NFloat)

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

Parameters

transform
CGAffineTransform
x
NFloat
y
NFloat

Applies to