ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Size Structure / Scale Method
The width scaling factor.
The height scaling factor.

In This Topic
    Scale Method (Size)
    In This Topic
    Scales the size by specified values.
    Syntax
    'Declaration
     
    Public Function Scale( _
       ByVal factorX As Double, _
       ByVal factorY As Double _
    ) As Size
    public Size Scale( 
       double factorX,
       double factorY
    )

    Parameters

    factorX
    The width scaling factor.
    factorY
    The height scaling factor.

    Return Value

    Size.
    See Also