Resource Base
Table of contents

Region

Interface Region.

class Region extends Serializer {
    /// The y coordinate of the Top border of the region.
    int regionTop;
    /// The y coordinate of the Bottom border of the region.
    int regionBottom;
    /// The x coordinate of the left border of the region.
    int regionLeft;
    /// The x coordinate of the right border of the region.
    int regionRight;
    /// If measured by percentage, the above values will be recognized as percentage (1 to 100).
    /// Otherwise, the above values will be recognized as pixel length.
    int regionMeasuredByPercentage;
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +