MilPoint2D structure (mileffects.h)
Represents an x- and y-coordinate pair in two-dimensional space.
Syntax
typedef struct MilPoint2D {
DOUBLE X;
DOUBLE Y;
} MilPoint2D;
Members
X
Type: DOUBLE
The x-coordinate value of the point.
Y
Type: DOUBLE
The y-coordinate value of the point.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | mileffects.h |
Redistributable | Microsoft .Net 3.0 |