ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Structures Reference / AT_DRECTANGLE
In This Topic
    AT_DRECTANGLE
    In This Topic

    Stores a set of four integer numbers that represent the location and size of a double rectangle.

     
    Copy Code
    AT_DOUBLE x;
    AT_DOUBLE y;
    AT_DOUBLE width;
    AT_DOUBLE height;
    

    Members:

    Name Type Description
    x AT_DOUBLE X coordinate of the upper-left corner of the double rectangle.
    y AT_DOUBLE Y coordinate of the upper-left corner of the double rectangle.
    width AT_DOUBLE The width of the double rectangle.
    height AT_DOUBLE The height of the double rectangle.