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
Point.Constructor(X as Double, Y as Double)
From Xojo Documentation
Constructor
Point
.Constructor(X As
Double
, Y As
Double
)
New in 2019r2
Creates a basic point with the passed coordinates.
Sample Code
Create a point at 100, 50:
Var
p
As
New
Point(
100
,
50
)
Categories
:
New2019r2
Constructors