Size - Kirix Documentation

Developer Resources

Size

Overview

The Size class represents a size as a (width,height) pair.

Constructor

Size(width : Integer, height : Integer)

Arguments

width
The width portion of the size.
height
The height portion of the size.

Properties

width
An Integer representing the width portion of the size.
height
An Integer representing the height portion of the size.