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

    Parameters

    rect
    WebRectangle объект.

    Return Value

    Требования

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

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