TypeLibF Xojo Plugin

SizeF.Operator_Add Method

Operator that allows you to use the + operator on 2 SizeF structures.

Operator_Add(
   rval as SizeF) as SizeF

Parameters

rval
The value to add.

Returns

SizeF
The combined SizeF structures.

Remarks

See Also

SizeF Class