class DoubleRect4Sides
class DoubleRect4Sides implements DJIValue , JNIProguardKeepTag , ByteStream
Package: dji.sdk.keyvalue.value.common
Description:
Rectangle data. Use the top, bottom, left and right sides to define the rectangle. (0,0) is the upper left corner of the rectangle and (1,1) is the lower right corner of the rectangle.
Class Members:
Members
method getLeft
Package: dji.sdk.keyvalue.value.common
Description:
Return the left side data of the rectangle.
Return:
Double Left side of the rectangle.
method setLeft
void setLeft (Double left)
Package: dji.sdk.keyvalue.value.common
Description:
To set the left side data of the rectangle.
Double left Left side of the rectangle.
method getTop
Package: dji.sdk.keyvalue.value.common
Description:
Return the upper side data of the rectangle.
Return:
Double Upper side of the rectangle.
method setTop
Package: dji.sdk.keyvalue.value.common
Description:
To set the upper side data of the rectangle.
Double top Upper side of the rectangle.
method getRight
Package: dji.sdk.keyvalue.value.common
Description:
Return the right side data of the rectangle.
Return:
Double Right side of the rectangle.
method setRight
void setRight (Double right)
Package: dji.sdk.keyvalue.value.common
Description:
To set the right side data of the rectangle.
Double right Right side of the rectangle.
method getBottom
Package: dji.sdk.keyvalue.value.common
Description:
Return the data of position under the rectangle.
Return:
Double Position under the rectangle
method setBottom
void setBottom (Double bottom)
Package: dji.sdk.keyvalue.value.common
Description:
To set the data of position under the rectangle.
Double bottom Position under the rectangle