PXC_Rect Structure

From PDF XChange PDF SDK
Revision as of 08:17, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the rectangle by the coordinates of its upper-left and lower-right corners.

Syntax

struct PXC_Rect
{
    double left;
    double bottom;
    double right;
    double top;
};

Members

left
Specifies the x-coordinate of the upper-left corner of the rectangle.
bottom
Specifies the y-coordinate of the lower-right corner of the rectangle.
right
Specifies the x-coordinate of the lower-right corner of the rectangle.
top
Specifies the y-coordinate of the upper-left corner of the rectangle.

See Also