[]
The WinForms implementation of C1Brush class. Creates the Brush object which can be used for drawing based on the C1Brush definition.
public class C1Brush : C1Brush, ISerializable
Public Class C1Brush
Inherits C1Brush
Implements ISerializable
| Name | Description |
|---|---|
| C1Brush() | Creates the new C1Brush object. |
| C1Brush(SerializationInfo, StreamingContext) | Special constructor for de-serialization. |
| Name | Description |
|---|---|
| Brush | Gets the brush object which can be used for drawing. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| OnPropertyChanged() | This method is called on any property changes. |