class PhPoint
{
x; // short
y; // short
}
class PhLPoint
{
x; // long
y; // long
}
These classes define a point by its x and y coordinates. For PhPoint the coordinates are expressed as integers, while for PhLPoint they are expressed as longs. The units of measure are pixels.
Also see PhPoint in the Photon documentation.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.