Xojo Documentation
Xojo Documentation
Doc Center
Home
Download Xojo
Recent changes
MediaWiki Info
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Books
User Guide
Welcome!
Fundamentals
User Interface
Framework
Technical Information
Language Reference
Programming Language Commands
Framework
iOS Framework
Resources
System Requirements
Release Notes
Deprecations
Videos
Example Projects
FAQ
International
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
iOSPath.MoveToPoint
From Xojo Documentation
Method
iOSPath
.MoveToPoint
(x As
Double
, y As
Double
)
Supported on Mobile(iOS).
Moves to the point without drawing anything.
Parameters
Value
Description
x
The x coordinate of the point.
y
The y coordinate of the point.
Sample Code
Var
p
As
New
iOSPath
p
.
MoveToPoint(
50
,
50
)
Category
:
Methods