ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double, _
       ByVal dy As System.Double _
    ) 
    public void Inflate( 
       System.double dx,
       System.double dy
    )

    Parameters

    dx
    dy
    See Also