Source set: Common
public interface RectRulers
A collection of Rulers used to define a Rectangle.
Properties
left
Source set: Common
public val left: VerticalRuler
The left position of the rectangle.
top
Source set: Common
public val top: HorizontalRuler
The top position of the rectangle.
right
Source set: Common
public val right: VerticalRuler
The right position of the rectangle
bottom
Source set: Common
public val bottom: HorizontalRuler
The bottom position of the rectangle
Members
Companion
Source set: Common
public companion object