public static class TdApi.PhotoCrop extends TdApi.TLObject
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
double |
left
X-coordinate for the upper left corner of the square, in percent from photo width.
|
double |
top
Y-coordinate for the upper left corner of the square, in percent from photo height.
|
double |
width
Width of the square, in percent from photo width.
|
Constructor and Description |
---|
PhotoCrop()
Default constructor.
|
PhotoCrop(double left,
double top,
double width)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public double left
public double top
public double width
public static final int CONSTRUCTOR
public PhotoCrop()
public PhotoCrop(double left, double top, double width)
public int getConstructor()
getConstructor
in class TdApi.TLObject