An NDoc Documented Class Library

Point Constructor 

Construct a new Point class.

public Point(
   string x,
   string y,
   string pressure,
   string time,
   string id,
   string name
);

Parameters

x
decimal. x coordinate
y
decimal. y coordinate
pressure
decimal. pressure for the point (0-255 on Tablet PC)
time
positive integer. time point was created in milliseconds since 1/1/1970 UTC
id
UUID. UUID for point
name
string. name of the point

See Also

Point Class | Converter Namespace