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
Size.Constructor(Width as Double,Height as Double)
From Xojo Documentation
Constructor
Size
.Constructor(Width As
Double
, Height As
Double
)
New in 2019r2
Creates a Size object from the passed width and height.
Sample Code
Var
shapeSize
As
New
Size(
100
,
75
)
Categories
:
New2019r2
Constructors