Compartilhar via


CGPath.MoveToPoint Método

Definição

Sobrecargas

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

Parâmetros

point
CGPoint

Aplica-se a

MoveToPoint(CGAffineTransform, CGPoint)

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

Parâmetros

transform
CGAffineTransform
point
CGPoint

Aplica-se a

MoveToPoint(nfloat, nfloat)

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

Parâmetros

x
nfloat
y
nfloat

Aplica-se a

MoveToPoint(CGAffineTransform, nfloat, nfloat)

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

Parâmetros

transform
CGAffineTransform
x
nfloat
y
nfloat

Aplica-se a