GraphicsFillPath Method (Color, IGraphicsPath) |
Fills the specified path
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void FillPath(
Color color,
IGraphicsPath path
)
Public Sub FillPath (
color As Color,
path As IGraphicsPath
)
member FillPath :
color : Color *
path : IGraphicsPath -> unit
Parameters
- color
- Type: Eto.DrawingColor
Fill color - path
- Type: Eto.DrawingIGraphicsPath
Path to fill
See Also