Home |
struct PegPoint HMI (Human-Machine Interface) Classes |
struct PegPointThe PegPoint structure contains a single pixel address. struct PegPoint { PEGINT x; PEGINT y; BOOL operator != (const PegPoint &InPoint) BOOL operator == (const PegPoint &InPoint) PegPoint operator + (const PegPoint &Point) };
|