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

In This Topic
    Inflate(Single,Single) Method
    In This Topic
    Inflates the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Inflate( _
       ByVal dx As Single, _
       ByVal dy As Single _
    ) 
    public void Inflate( 
       float dx,
       float dy
    )

    Parameters

    dx
    dy
    See Also