<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
interface RectRulers
```


A collection of `Ruler`s used to define a Rectangle.


## Properties

<div class='sourceset sourceset-common'>Common</div>


```kotlin
val left: VerticalRuler
```


The left position of the rectangle.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val top: HorizontalRuler
```


The top position of the rectangle.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val right: VerticalRuler
```


The right position of the rectangle



<div class='sourceset sourceset-common'>Common</div>


```kotlin
val bottom: HorizontalRuler
```


The bottom position of the rectangle