StiRangeBand Class
Namespace: Stimulsoft.Viewer.Helpers.Dashboards
Constructors
| Constructor | Description |
|---|---|
| constructor(number top, number bottom) |
constructor(top: number, bottom: number)
Parameters
- top (number)
- bottom (number)
Properties
| Property | Type | Description |
|---|---|---|
| height | number | |
| originalHeight | number |
Methods
| Method | Returns | Description |
|---|---|---|
| intersect | boolean | |
| toString | string |
Method Details
intersect
intersect(rect: Rectangle): boolean
Parameters
- rect (Rectangle)
Returns boolean
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| bottom | number | |
| isFixed | boolean | |
| originalBottom | number | |
| originalTop | number | |
| top | number |