Brush 类 |
命名空间: XSharp.VO.SDK
Brush 类型公开以下成员。
名称 | 说明 | |
---|---|---|
(Color to Brush) |
Implicit operator to convert System.Drawing.Color to Brush
| |
(Brush to Color) |
Implicit operator to convert Brush to System.Drawing.Color
| |
(Brush to Color) |
Implicit operator to convert Brush to VO Color
| |
(Color to Brush) |
Implicit operator to convert VO Color to Brush
|
1oWindow:Background := Brush{BRUSHWHITE} 2oBYellow := Brush{Color{COLORYELLOW},HATCHORTHOGONALCROSS} 3oBPrevious := oWindow:Foreground 4 5oWindow:Foreground := oBYellow 6oWindow:PaintBoundingBox(Point{0,0}, Dimension{100,100}) 7oWindow:Foreground := oBPrevious