Skip to main content

DiagramStencil Methods

Represents a set of shapes.
Name Description
ContainsShape(ShapeDescriptionBase)
ContainsShape(String)
ConvertShapesToXml(IDictionary, Stream) static
Create(String, String, IEnumerable<ShapeDescriptionBase>, Boolean) static
Create(String, String, IEnumerable<ShapeTemplateBase>, Func<String, String>, Boolean) static
Create(String, String, IDictionary, Func<String, String>, Boolean) static
Create(String, String, Stream, Func<String, String>, Boolean) static
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetContainerShape(String)
GetHashCode() Serves as the default hash function. Inherited from Object.
GetShape(String)
GetTool(String)
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterShape(ShapeDescriptionBase) Adds the specified shape to the stencil.
RegisterTool(ItemTool) Adds the specified item tool to the stencil.
ToString() Returns a string that represents the current object. Inherited from Object.
UnregisterShape(ShapeDescriptionBase) Removes the specified shape from the stencil.
UnregisterTool(ItemTool)
UnregisterTool(String)
See Also