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

    Return Value

    Vintasoft.Primitives.VintasoftRectF.
    Requirements

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

    See Also