Table of Contents

Method FillPath

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FillPath(Brush, GraphicsPath)

Fills the interior of a GraphicsPath.

public override void FillPath(Brush brush, GraphicsPath path)

Parameters

brush Brush

Brush that determines the characteristics of the fill.

path GraphicsPath

GraphicsPath that represents the path to fill.