CGPath.MoveToPoint Method

Definition

Overloads

MoveToPoint(CGPoint)
MoveToPoint(CGAffineTransform, CGPoint)
MoveToPoint(nfloat, nfloat)
MoveToPoint(CGAffineTransform, nfloat, nfloat)

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 (nfloat x, nfloat y);
member this.MoveToPoint : nfloat * nfloat -> unit

Parameters

x
nfloat
y
nfloat

Applies to

MoveToPoint(CGAffineTransform, nfloat, nfloat)

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

Parameters

transform
CGAffineTransform
x
nfloat
y
nfloat

Applies to