ActiveReports 8
DrawAndFillPath Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : DrawAndFillPath Method

pen
The pen to draw the path with.
brush
The brush to fill the path with.
path
The path to draw and fill.

Glossary Item Box

Fills the path supplied with brush, and strokes it with pen. If brush or pen is null, corresponding operation is omitted.

Syntax

Visual Basic (Declaration) 
Sub DrawAndFillPath( _
   ByVal pen As PenEx, _
   ByVal brush As BrushEx, _
   ByVal path As IPathEx _
) 
C# 
void DrawAndFillPath( 
   PenEx pen,
   BrushEx brush,
   IPathEx path
)

Parameters

pen
The pen to draw the path with.
brush
The brush to fill the path with.
path
The path to draw and fill.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also