ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 Double _
    ) 
    public void Scale( 
       double scaleFactor
    )

    Parameters

    scaleFactor
    See Also