[]
Wrapper class for brushes. Only for serialization/deserialization purposes.
public class C1Brush : ISerializable
Name | Description |
---|---|
C1Brush() | Creates the new C1Brush object. |
C1Brush(Color) | Creates a new solid C1Brush object. |
C1Brush(Color, Color, C1BrushStyleEnum) | Creates the new C1Brush object. |
C1Brush(SerializationInfo, StreamingContext) | Special constructor for de-serialization. |
Name | Description |
---|---|
BackColor | |
Brush | |
ForeColor | |
Style |
Name | Description |
---|---|
Equals(object) | |
GetARGBstring(Color) | Returns string representation of color in ARGB format. |
GetHashCode() |