Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
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