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

    Parameters

    rectangle
    The VintasoftRect 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 VintasoftRect.
    Requirements

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

    See Also