StiGisSize Class
Namespace: Stimulsoft.Report.Maps.Gis
Constructors
| Constructor | Description |
|---|---|
| constructor(number width, number height) |
constructor(width: number, height: number)
Parameters
- width (number)
- height (number)
Properties
| Property | Type | Description |
|---|---|---|
empty static |
StiGisSize |
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiGisSize | |
| equals | boolean | |
| isEmpty | boolean | |
| toString | string |
Method Details
clone
clone(): StiGisSize
Returns StiGisSize
equals
equals(obj: StiGisSize): boolean
Parameters
- obj (StiGisSize)
Returns boolean
isEmpty
isEmpty(): boolean
Returns boolean
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| height | number | |
| width | number |