Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectD Structure / Scale Method / Scale(Double) Method

In This Topic
    Scale(Double) Method
    In This Topic
    Scales all coordinates of a rectangle by the specified scaleFactor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal scaleFactor As System.Double _
    ) 
    public void Scale( 
       System.double scaleFactor
    )

    Parameters

    scaleFactor
    See Also