Freigeben über


CGPath.MoveToPoint Methode

Definition

Überlädt

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

Parameter

point
CGPoint

Gilt für:

MoveToPoint(CGAffineTransform, CGPoint)

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

Parameter

transform
CGAffineTransform
point
CGPoint

Gilt für:

MoveToPoint(nfloat, nfloat)

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

Parameter

x
nfloat
y
nfloat

Gilt für:

MoveToPoint(CGAffineTransform, nfloat, nfloat)

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

Parameter

transform
CGAffineTransform
x
nfloat
y
nfloat

Gilt für: