2017-01-02 19:50:37 +01:00
|
|
|
---
|
|
|
|
title: inputPhotoCrop
|
|
|
|
description: inputPhotoCrop attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: inputPhotoCrop
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|crop\_left|[double](../types/double.md) | Yes|
|
|
|
|
|crop\_top|[double](../types/double.md) | Yes|
|
|
|
|
|crop\_width|[double](../types/double.md) | Yes|
|
2017-01-02 19:50:37 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputPhotoCrop](../types/InputPhotoCrop.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$inputPhotoCrop = ['_' => 'inputPhotoCrop', 'crop_left' => double, 'crop_top' => double, 'crop_width' => double, ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|
2017-07-23 16:11:02 +02:00
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
|
|
|
|
```
|
|
|
|
{"_":"inputPhotoCrop","crop_left":"double","crop_top":"double","crop_width":"double"}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
inputPhotoCrop={_='inputPhotoCrop', crop_left=double, crop_top=double, crop_width=double, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|