An NDoc Documented Class Library

Shape Constructor 

Construct a Shape class.

public Shape(
   string id,
   string name,
   string time,
   string type
);

Parameters

id
UUID. shape UUID
name
string. name of the shape.
time
positive integer. time shape was created in milliseconds since 1/1/1970 UTC
type
string. The type of the shape (e.g., "Stroke")

See Also

Shape Class | Converter Namespace