Home > @magiclane/maps-sdk > RectType
RectType class
A generic type consisting of x, y, width and height coordinates.
Signature:
export declare class RectType<T extends number> Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
T | |||
|
|
{ x: T; y: T; width: T; height: T; } | ||
|
T | |||
|
T | |||
|
T |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
| ||
|
| ||