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

    Parameters

    rect
    WebRectangleF объект.

    Return Value

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

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

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