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

In This Topic
    Scale(RectF,Single) Method
    In This Topic
    Scales all coordinates of a rectangle by the specified scaleFactor.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal rc As RectF, _
       ByVal scaleFactor As System.Single _
    ) As RectF
    public static RectF Scale( 
       RectF rc,
       System.float scaleFactor
    )

    Parameters

    rc
    scaleFactor
    See Also