![]() |
![]() |
#include <grlib.h>
Data Fields | |
short | sXMin |
The minimum X coordinate of the rectangle. | |
short | sYMin |
The minimum Y coordinate of the rectangle. | |
short | sXMax |
The maximum X coordinate of the rectangle. | |
short | sYMax |
The maximum Y coordinate of the rectangle. |
This structure defines the extents of a rectangle. All points greater than or equal to the minimum and less than or equal to the maximum are part of the rectangle.
short tRectangle::sXMin |
The minimum X coordinate of the rectangle.
Referenced by GrCircleDraw(), GrCircleFill(), GrContextClipRegionSet(), GrContextInit(), GrImageDraw(), GrLineDrawH(), GrRectDraw(), GrRectFill(), GrRectIntersectGet(), GrRectOverlapCheck(), and GrStringDraw().
short tRectangle::sYMin |
The minimum Y coordinate of the rectangle.
Referenced by GrCircleDraw(), GrCircleFill(), GrContextClipRegionSet(), GrContextInit(), GrImageDraw(), GrLineDrawV(), GrRectDraw(), GrRectFill(), GrRectIntersectGet(), GrRectOverlapCheck(), and GrStringDraw().
short tRectangle::sXMax |
The maximum X coordinate of the rectangle.
Referenced by GrCircleDraw(), GrCircleFill(), GrContextClipRegionSet(), GrContextInit(), GrImageDraw(), GrLineDrawH(), GrLineDrawV(), GrRectDraw(), GrRectFill(), GrRectIntersectGet(), GrRectOverlapCheck(), and GrStringDraw().
short tRectangle::sYMax |
The maximum Y coordinate of the rectangle.
Referenced by GrCircleDraw(), GrCircleFill(), GrContextClipRegionSet(), GrContextInit(), GrImageDraw(), GrLineDrawH(), GrLineDrawV(), GrRectDraw(), GrRectFill(), GrRectIntersectGet(), GrRectOverlapCheck(), and GrStringDraw().