The ShapeMap type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Contains |
Determines whether the ShapeMap contains a shape for a specific category.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCategories |
Gets all categories, sorted according to the category.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetShape |
Tries to get the shape for a given category, returning true upon success.
|
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of categories.
| |
Item Object |
Gets or sets the shape for a category.
| |
Item CategoryKey |
Gets or sets the shape for a category.
|
See Also