Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectF Structure / Inflate Method / Inflate(RectF,Single,Single) Method

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

    Parameters

    rc
    dx
    dy
    See Also