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)