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

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

    Parameters

    scaleX
    scaleY
    See Also