WebPlanner Programmer's Guide

IGraphics.FillPath Method

See Also
 


Fills the interior of a .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void FillPath (
    Brush brush,
    GraphicsPath path
)

Visual Basic  Copy Code

Public MustOverride Sub FillPath ( _
    brush As Brush, _
    path As GraphicsPath _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
path
A .NET GraphicsPath object that represents the path to fill.

 See Also