ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Scale Method / Scale(Double) Method

In This Topic
    Scale(Double) Method
    In This Topic
    Scales the rectangle by specified scale factor.
    Syntax
    'Declaration
     
    Public Overloads Function Scale( _
       ByVal scaleFactor As Double _
    ) As Rect
    public Rect Scale( 
       double scaleFactor
    )

    Parameters

    scaleFactor
    See Also