ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageExtensions Class / Draw Method / Draw(Page,Graphics,RectangleF) Method

In This Topic
    Draw(Page,Graphics,RectangleF) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Draw( _
       ByVal page As Page, _
       ByVal graphics As Graphics, _
       ByVal bounds As RectangleF _
    ) 
    public static void Draw( 
       Page page,
       Graphics graphics,
       RectangleF bounds
    )

    Parameters

    page
    graphics
    bounds
    See Also