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

    Parameters

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

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

    See Also