CGPath.MoveToPoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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