VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRectangleF Class / Implicit Type Conversion Operators / Implicit(VintasoftRectF) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(VintasoftRectF) Operator (WebRectangleF)
    In This Topic
    Conversion from Vintasoft.Primitives.VintasoftRectF to WebRectangleF.
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal rect
    Vintasoft.Primitives.VintasoftRectF object.
    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 object.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also