Represents a point in the image.
Declaration:
typedef struct tagBX\_Point {
long X;
long Y;
} BX\_Point;
Members:
Name | Type | Description |
---|---|---|
X | long | The horizontal distance from the left edge of the image. |
Y | long | The vertical distance from the top edge of the image. |