VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftSize Structure / Implicit Type Conversion Operators / Implicit(VintasoftSizeI) Operator
Синтаксис Требования Смотрите также
В этом разделе
    Implicit(VintasoftSizeI) Оператор (VintasoftSize)
    В этом разделе
    Выполняет неявное преобразование из VintasoftSizeI в VintasoftSize.
    Синтаксис
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal size
    Размер для преобразования.
    As VintasoftSizeI _
    ) As VintasoftSize
    public VintasoftSize operator implicit(
    VintasoftSizeI size
    )
    public: VintasoftSize op_Implicit(
    VintasoftSizeI size
    )
    public:
    VintasoftSize operator implicit(
    VintasoftSizeI size
    )

    Parameters

    size
    Размер для преобразования.

    Return Value

    Преобразованный размер.
    Требования

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

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