TypeLibF Xojo Plugin

SizeF.Operator_Convert Method

A operator to convert the SizeF to a string.

Operator_Convert() as String

Parameters

Returns

String

Remarks


Dim p1 as SizeF
Dim s as String

p1 = new SizeF(2.3,4.4)

s = p1

See Also

SizeF Class