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

In This Topic
    Inflate(RectD,Double,Double) Method
    In This Topic
    Inflates the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Inflate( _
       ByVal rc As RectD, _
       ByVal dx As System.Double, _
       ByVal dy As System.Double _
    ) As RectD
    public static RectD Inflate( 
       RectD rc,
       System.double dx,
       System.double dy
    )

    Parameters

    rc
    dx
    dy
    See Also