WebPlanner Programmer's Guide

IGraphics.FillRegion Method

See Also
 


Fills the interior of a .NET Region object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void FillRegion (
    Brush brush,
    Region region
)

Visual Basic  Copy Code

Public MustOverride Sub FillRegion ( _
    brush As Brush, _
    region As Region _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
region
A .NET Region object that represents the area to fill.

 See Also