ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Size2D Structure / Scale Method / Scale(Double) Method

In This Topic
    Scale(Double) Method
    In This Topic
    Scales the width and height 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