Sketch
|
Overloaded. Initializes a new instance of the Sketch class. |
XmlAttrs | The XML attributes of the Sketch |
LabelStrings | Get the Label Strings |
Points | Gets the sorted Points (ascending based on time) in a Sketch. |
Shapes | Get the Shapes of the Sketch |
Strokes | Gets the sorted Strokes (ascending based on time) in a Sketch. |
Substrokes | Gets the sorted Substrokes (ascending based on time) in a Sketch. |
addLabel | Add the group of substrokes into a new shape |
addShape | Add a Shape to the sketch. |
addShapes | Overloaded. Add Shapes to the sketch. |
addStroke | Add a Strokes to the Sketch. |
addStrokes | Overloaded. Add Strokes to the Sketch. |
Clone | Compute a clone of this Sketch. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
getLabels | Get the labels associated with a substroke |
GetShape | Gets the corresponding Shape by its GUID. |
GetStroke | Gets the corresponding Stroke by its GUID. |
GetSubstroke | Gets the corresponding Substroke by its GUID. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |