ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / DrawAndFillPath Method

In This Topic
    DrawAndFillPath Method (IDrawingCanvas)
    In This Topic
    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 PathEx _
    ) 
    void DrawAndFillPath( 
       PenEx pen,
       BrushEx brush,
       PathEx path
    )

    Parameters

    pen
    brush
    path
    See Also