ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / Inflate Method

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

    Parameters

    dx
    dy
    See Also