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