SolidBrushObject Properties
Paints an area with a solid color.| Name | Description |
|---|---|
| BrushRect | Gets or sets the rectangle to paint by the brush. Inherited from BrushObject. |
| Color | Gets or sets the color of the current brush. |
| IsDisposing | Gets whether the form is currently being disposed of. Inherited from BaseObject. |
| IsEmpty | Gets whether the current brush object is empty. Inherited from BrushObject. |
| IsUpdateLocked | Gets whether the object has been locked for updating. Inherited from BaseObject. |
| Transform | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BrushObject. |
See Also