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

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

    Parameters

    rc
    scaleX
    scaleY
    See Also