[]
Gets the corresponding GDI+ brush.
Brush ToGdiBrush(Fill fill, Rectangle rect, out bool disposable)
Function ToGdiBrush(fill As Fill, rect As Rectangle, ByRef disposable As Boolean) As Brush
Type | Name | Description |
---|---|---|
Fill | fill | The brush data. |
Rectangle | rect | The painting rectangle. |
bool | disposable |
|
Type | Description |
---|---|
Brush | A System.Drawing.Brush object represents the corresponding GDI+ brush. |
Gets the corresponding GDI+ brush.
Brush ToGdiBrush(Brush brush, Rectangle rect, GraphicsPath graphicsPath = null)
Function ToGdiBrush(brush As Brush, rect As Rectangle, Optional graphicsPath As GraphicsPath = Nothing) As Brush
Type | Name | Description |
---|---|---|
Brush | brush | The brush data. |
Rectangle | rect | The painting rectangle. |
GraphicsPath | graphicsPath | The painting graphic path. |
Type | Description |
---|---|
Brush | A System.Drawing.Brush object represents the corresponding GDI+ brush. |