Type alias: FitBounds ​
Ƭ FitBounds: (bounds: Rect, options?: FitBoundsOptions) => void
Type declaration ​
â–¸ (bounds, options?): void
fit the viewport around bounds
Parameters ​
| Name | Type |
|---|---|
bounds | Rect |
options? | FitBoundsOptions |
Returns ​
void