30 lines
596 B
Markdown
30 lines
596 B
Markdown
---
|
|
title: maskCoords
|
|
description: maskCoords attributes, type and example
|
|
---
|
|
## Constructor: maskCoords
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|n|[int](../types/int.md) | Required|
|
|
|x|[double](../types/double.md) | Required|
|
|
|y|[double](../types/double.md) | Required|
|
|
|zoom|[double](../types/double.md) | Required|
|
|
|
|
|
|
|
|
### Type: [MaskCoords](../types/MaskCoords.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$maskCoords = ['_' => 'maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];
|
|
```
|
|
|