An NDoc Documented Class Library

Sketch Members

Sketch overview

Public Instance Constructors

Sketch Overloaded. Initializes a new instance of the Sketch class.

Public Instance Fields

XmlAttrs The XML attributes of the Sketch

Public Instance Properties

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.

Public Instance Methods

addLabel Add the group of substrokes into a new shape
addShape Add a Shape to the sketch.
addShapesOverloaded. Add Shapes to the sketch.
addStroke Add a Strokes to the Sketch.
addStrokesOverloaded. 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.

Protected Instance Methods

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.

Private Instance Fields

shapes The Shapes in a sketch
strokes The Strokes in a sketch

See Also

Sketch Class | Sketch Namespace