Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Inflate Method

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

    Parameters

    dx
    dy
    See Also