596 B
596 B
title | description |
---|---|
maskCoords | maskCoords attributes, type and example |
Constructor: maskCoords
Attributes:
Name | Type | Required |
---|---|---|
n | int | Required |
x | double | Required |
y | double | Required |
zoom | double | Required |
Type: MaskCoords
Example:
$maskCoords = ['_' => 'maskCoords', 'n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];