ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / FitToRectangle Method / FitToRectangle(RectangleF) Method
A rectangle to fit.

In This Topic
    FitToRectangle(RectangleF) Method
    In This Topic
    Sets the bounding rectangle of the Backdrop.
    Syntax
    'Declaration
     
    Public Overloads Sub FitToRectangle( _
       ByVal rectangle As RectangleF _
    ) 
    public void FitToRectangle( 
       RectangleF rectangle
    )

    Parameters

    rectangle
    A rectangle to fit.
    See Also