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

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

    Parameters

    rc
    dx
    dy
    See Also