TypeLibF Xojo Plugin

SizeF Class (console safe)

This class defines a size structure that contains width and height.

Object
   SizeF

class SizeF

Constructors

SizeFConstructs SizeF structure with width and height set to zero.
SizeFConstructs SizeF structure taking in width and height as parameters.

Properties

CloneReturns a clone of the SizeF.
HeightSets or gets the height.
WidthSets or gets the width.

Methods

Operator_AddOperator that allows you to use the + operator on 2 SizeF structures.
Operator_ConvertA operator to convert the SizeF to a string.
Operator_ConvertOperator to automatically convert Xojo.Core.Size to SizeF.
Operator_NegateA negate operator to be able to return the negate a SizeF.
Operator_SubtractA - operator to be able to subtract a SizeF from another.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS