Sack Library Documentation
|
|
typedef struct boundry_rectangle_tag { union { struct { IMAGE_COORDINATE x, y; IMAGE_SIZE_COORDINATE width, height; } struct { IMAGE_POINT position; IMAGE_EXTENT size; } } } IMAGE_RECTANGLE, * P_IMAGE_RECTANGLE;
Members |
Description |
IMAGE_COORDINATE x; |
the left coordinate of a rectangle. the top coordinate of a rectangle |
IMAGE_COORDINATE y; |
the left coordinate of a rectangle. the top coordinate of a rectangle |
IMAGE_SIZE_COORDINATE height; |
The Y span of the rectangle the X Span of the rectangle |
IMAGE_SIZE_COORDINATE width; |
The Y span of the rectangle the X Span of the rectangle |
IMAGE_POINT position; |
The location of a rectangle (upper left x, y) |
IMAGE_EXTENT size; |
the size of a rectangle (width and height) |
Defines the coordinates of a rectangle. Pointer to an image rectangle.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|