Realbasic.Size.Constructor(Width as Integer,Height as Integer)

From Xojo Documentation

Constructor

Realbasic.Size.Constructor(Width As Integer, Height As Integer)

New in 2011r2

Creates a Size object from the passed width and height.

Sample Code

Dim shapeSize As New Realbasic.Size(100, 75)