结构体 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 != |
另见
- namespace Aspose.Gis.Common.Formats.MapInfo.Styling
- assembly Aspose.GIS