VintaSoft Barcode .NET SDK 15.1: Руководство для .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
     

    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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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