Class FixedRatioGeometryInternal

Contains geometrical information about the item, such as its width or rotation. You can set either the width or height, you cannot set both the width and height at the same time.

Hierarchy

  • FixedRatioGeometry

Constructors

Properties

Constructors

Properties

height?: number

Height of the item, in pixels.

rotation?: number

Rotation angle of an item, in degrees, relative to the board. You can rotate items clockwise (right) and counterclockwise (left) by specifying positive and negative values, respectively.

width?: number

Width of the item, in pixels.