[]
Creates the new C1Brush object.
public C1Brush()
Creates the new C1Brush object.
public C1Brush(Color foreColor, Color backColor, C1BrushStyleEnum style)
| Type | Name | Description |
|---|---|---|
| Color | foreColor | The foreground Color value. |
| Color | backColor | The background Color value. |
| C1BrushStyleEnum | style | The C1BrushStyleEnum value. |
Creates a new solid C1Brush object.
public C1Brush(Color backColor)
| Type | Name | Description |
|---|---|---|
| Color | backColor | The background Color value. |
Special constructor for de-serialization.
protected C1Brush(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The SerializationInfo. |
| StreamingContext | context | The context information. |