VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Shared.Web Namespace / WebSize Class / Implicit Type Conversion Operators / Implicit(WebSize) Operator
Syntax Requirements SeeAlso
В этом разделе
    Implicit(WebSize) Оператор (WebSize)
    В этом разделе
    Конвертирует из WebSize в Vintasoft.Primitives.VintasoftSizeI.
    Синтаксис
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal p As WebSize _
    ) As Vintasoft.Primitives.VintasoftSizeI
    public Vintasoft.Primitives.VintasoftSizeI operator implicit(
    WebSize p
    )
    public: Vintasoft.Primitives.VintasoftSizeI op_Implicit(
    WebSize* p
    )
    public:
    Vintasoft.Primitives.VintasoftSizeI operator implicit(
    WebSize^ p
    )

    Parameters

    p
    WebSize.

    Return Value

    Vintasoft.Primitives.VintasoftSizeI.
    Требования

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

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