An NDoc Documented Class Library

Shape.addPoint Method (String, String, String, String, String, String)

Add an arg of type point.

public void addPoint(
   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

Shape Class | Converter Namespace | Shape.addPoint Overload List