VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Inflate Methods / Inflate(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Inflate(Int32,Int32) Method (VintasoftRectI)
    In This Topic
    Inflates this VintasoftRectI by the specified amount.
    Syntax
    'Declaration
    
    Public Overloads Sub Inflate( _
    ByVal x
    The amount to inflate this VintasoftRectI structure horizontally.
    As Integer, _
    ByVal y
    The amount to inflate this VintasoftRectI structure vertically.
    As Integer _
    )
    public void Inflate(
    int x,
    int y
    )
    public: void Inflate(
    int x,
    int y
    )
    public:
    void Inflate(
    int x,
    int y
    )

    Parameters

    x
    The amount to inflate this VintasoftRectI structure horizontally.
    y
    The amount to inflate this VintasoftRectI structure vertically.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also