[]
public Brush GetBrush(Fill fill)
Public Function GetBrush(fill As Fill) As Brush
Type | Name | Description |
---|---|---|
Fill | fill |
Type | Description |
---|---|
Brush | The converted Brush object. |
public Brush GetBrush(Color color)
Public Function GetBrush(color As Color) As Brush
Type | Name | Description |
---|---|---|
Color | color | The color value. |
Type | Description |
---|---|
Brush | The converted Brush object. |