VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRectangle Class / Implicit Type Conversion Operators / Implicit(WebRectangle) Operator
Syntax Requirements SeeAlso
    Implicit(WebRectangle) Operator (WebRectangle)
    Conversion from WebRectangle to Vintasoft.Primitives.VintasoftRectI.
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal rect
    WebRectangle object.
    As WebRectangle _
    ) As Vintasoft.Primitives.VintasoftRectI
     

    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