Name | Type | Description | Notes |
---|---|---|---|
iPage | NSNumber* | The page where the area is located | |
eSection | NSString* | The section of the page | [optional] |
iX | NSNumber* | The X coordinate (Horizontal). Require when eSection = 'Region' or eSection is not set. | [optional] |
iY | NSNumber* | The Y coordinate (Vertical). Require when eSection = 'Region' or eSection is not set. | [optional] |
iWidth | NSNumber* | Area's width. Require when eSection = 'Region' or eSection is not set. | [optional] |
iHeight | NSNumber* | Area's height. Require when eSection = 'Region' or eSection is not set. | [optional] |