[]
        
(Showing Draft Content)

C1.C1Schedule.C1Brush

C1Brush Class

Wrapper class for brushes. Only for serialization/deserialization purposes.

Inheritance
C1Brush
Implements
Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class C1Brush : ISerializable

Constructors

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.

Properties

Name Description
BackColor
Brush
ForeColor
Style

Methods

Name Description
Equals(object)
GetARGBstring(Color)

Returns string representation of color in ARGB format.

GetHashCode()