ActiveReports 9
DrawAndFillPath Method

The pen to draw the path with.
The brush to fill the path with.
The path to draw and fill.
Fills the path supplied with brush, and strokes it with pen. If brush or pen is null, corresponding operation is omitted.
Syntax
'Declaration
 
Sub DrawAndFillPath( _
   ByVal pen As PenEx, _
   ByVal brush As BrushEx, _
   ByVal path As IPathEx _
) 
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.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum