An NDoc Documented Class Library

MakeXML.addShape Method (ArrayList, ArrayList, String, String, String, String)

Add a shape element to the XML document

public void addShape(
   ArrayList args,
   ArrayList aliases,
   string id,
   string name,
   string time,
   string type
);

Parameters

args
the components of the shape (e.g., Points that are in the Stroke)
aliases
the aliases of the shape (names for the components that are used in the language)
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

MakeXML Class | Converter Namespace | MakeXML.addShape Overload List