IBrick Members
Provides the basic functionality to draw visual bricks and specify their properties.Methods
| Name | Description |
|---|---|
| GetProperties() | Obtains the Hashtable collection of properties for the class that implements the IBrick interface. |
| SetProperties(Hashtable) |
Sets property values for the class which implements the IBrick interface based on the specified Hashtable object. |
| SetProperties(Object[,]) | Sets property values for the class which implements the IBrick interface based on the specified properties array. |
See Also