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

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

    Parameters

    dx
    dy
    See Also