Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::IMAGE_RECTANGLE Structure
C++
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.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!