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

    Parameters

    rect
    Vintasoft.Primitives.VintasoftRectF объект.

    Return Value

    Требования

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

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