VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Inflate(Double,Double) Method
Синтаксис Требования Смотрите также
В этом разделе
    Inflate(Double,Double) Метод (VintasoftPadding)
    В этом разделе
    Inflates this VintasoftPadding by the specified amount.
    Синтаксис
    'Declaration
    
    Public Sub Inflate( _
    ByVal width
    The amount to inflate this VintasoftPadding horizontally.
    As Double, _
    ByVal height
    The amount to inflate this VintasoftPadding vertically.
    As Double _
    )
    public void Inflate(
    double width,
    double height
    )
    public: void Inflate(
    double width,
    double height
    )
    public:
    void Inflate(
    double width,
    double height
    )

    Parameters

    width
    The amount to inflate this VintasoftPadding horizontally.
    height
    The amount to inflate this VintasoftPadding vertically.
    Требования

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

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