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

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

    Parameters

    scaleFactor
    See Also