Figure Class |
public class Figure
The Figure type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Attach | Attachment target for the figure. | |
| ClientRect | Client rectangle defining the figure bounds. | |
| Color | Color used to draw the figure outline. | |
| FigureType | Type of figure. | |
| FillAreaColor | Fill color used for the figure area. | |
| FillAreaPattern | Pattern used to fill the figure area. | |
| FillAreaPatternColor | Color used for the fill area pattern. | |
| FillAreaPatternWidth | Line width used for the fill pattern. | |
| Style | Style index used for the outline. | |
| UseBorderColor | Whether to use the border color for the fill area. | |
| Width | Line width for the outline. |