VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Inflate Methods / Inflate(VintasoftRectI,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Inflate(VintasoftRectI,Int32,Int32) Method (VintasoftRectI)
    In This Topic
    Creates and returns an inflated copy of the specified VintasoftRectI structure.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Inflate( _
    ByVal rectangle
    The VintasoftRectI to be copied. This rectangle is not modified.
    As VintasoftRectI, _
    ByVal x
    The amount to inflate the copy of the rectangle horizontally.
    As Integer, _
    ByVal y
    The amount to inflate the copy of the rectangle vertically.
    As Integer _
    ) As VintasoftRectI
    public static VintasoftRectI Inflate(
    VintasoftRectI rectangle,
    int x,
    int y
    )
    public: static VintasoftRectI Inflate(
    VintasoftRectI rectangle,
    int x,
    int y
    )
    public:
    static VintasoftRectI Inflate(
    VintasoftRectI rectangle,
    int x,
    int y
    )

    Parameters

    rectangle
    The VintasoftRectI to be copied. This rectangle is not modified.
    x
    The amount to inflate the copy of the rectangle horizontally.
    y
    The amount to inflate the copy of the rectangle vertically.

    Return Value

    The inflated VintasoftRectI.
    Requirements

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

    See Also