结构体 Brush

Brush structure

public struct Brush : IEquatable<Brush>

构造函数

名称描述
Brush(int, Color, Color?)

属性

名称描述
BackColor { get; }
ForeColor { get; }
Pattern { get; }

方法

名称描述
Equals(Brush)
override Equals(object)
override GetHashCode()
operator ==
operator !=

另见