ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / Inflate Method / Inflate(Single,RectangleF,Single) Method
The page scale.
Specified bounds.
The specified percentage.

In This Topic
    Inflate(Single,RectangleF,Single) Method
    In This Topic
    Inflates the boundaries according to the mergins.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal pageScale As Single, _
       ByVal bounds As RectangleF, _
       ByVal percentage As Single _
    ) As RectangleF
    public RectangleF Inflate( 
       float pageScale,
       RectangleF bounds,
       float percentage
    )

    Parameters

    pageScale
    The page scale.
    bounds
    Specified bounds.
    percentage
    The specified percentage.

    Return Value

    Returns the inflated bounds.
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also