class DoubleRect
class DoubleRect implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.common |
Description:
Rectangle data
Class Members:
Members
method getX
Package: | dji.sdk.keyvalue.value.common |
Description:
Return x-axis data of the coordinates of the upper left corner of the rectangle.
Return:
method setX
Package: | dji.sdk.keyvalue.value.common |
Description:
To set the x-axis data of the coordinates of the upper left corner of the rectangle.
Double x | X axis of the coordinates of the upper left corner of the rectangle. |
method getY
Package: | dji.sdk.keyvalue.value.common |
Description:
Return y-axis data of the coordinates of the upper left corner of the rectangle.
Return:
method setY
Package: | dji.sdk.keyvalue.value.common |
Description:
To set y-axis data of the coordinates of the upper left corner of the rectangle.
Double y | Y axis of the coordinates of the upper left corner of the rectangle. |
method getWidth
Package: | dji.sdk.keyvalue.value.common |
Description:
Return length data of rectangle.
Return:
method setWidth
void setWidth(Double width)
|
Package: | dji.sdk.keyvalue.value.common |
Description:
To set length data of rectangle.
Double width | Rectangle length. |
method getHeight
Package: | dji.sdk.keyvalue.value.common |
Description:
Return width data of rectangle.
Return:
method setHeight
void setHeight(Double height)
|
Package: | dji.sdk.keyvalue.value.common |
Description:
To set width data of rectangle.
Double height | Rectangle width |