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

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

     
    Copy Code
    AT_DIMENSION x;
    AT_DIMENSION y;
    AT_DIMENSION width;
    AT_DIMENSION height;
    

    Members:

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