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

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

    Parameters

    scaleX
    scaleY
    See Also