GraphicsIHandlerFillPath Method |
Fills the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void FillPath(
Brush brush,
IGraphicsPath path
)
Sub FillPath (
brush As Brush,
path As IGraphicsPath
)
abstract FillPath :
brush : Brush *
path : IGraphicsPath -> unit
Parameters
- brush
- Type: Eto.DrawingBrush
Brush to fill the path - path
- Type: Eto.DrawingIGraphicsPath
Path to fill
See Also