Resource Base
Table of contents

Region

Class Region.

namespace DCVXamarin
{
    public class Region
    {
        // The y coordinate of the Top border of the region.
        public int RegionTop;

        // The y coordinate of the Bottom border of the region.
        public int RegionBottom;

        // The x coordinate of the left border of the region.
        public int RegionLeft;

        // The x coordinate of the right border of the region.
        public 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.
        public int RegionMeasuredByPercentage;
    }
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +