VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectF Structure / Inflate Methods / Inflate(VintasoftRectF,Single,Single) Method
Синтаксис Требования Смотрите также
В этом разделе
    Inflate(VintasoftRectF,Single,Single) Метод (VintasoftRectF)
    В этом разделе
    Creates and returns an inflated copy of the specified VintasoftRectF structure.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также