VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebSize Class / Implicit Type Conversion Operators / Implicit(WebSize) Operator
Syntax Requirements SeeAlso
In This Topic
    Implicit(WebSize) Operator (WebSize)
    In This Topic
    Conversion from WebSize to Vintasoft.Primitives.VintasoftSizeI.
    Syntax
    'Declaration
    
    Public Overloads Operator Widening CType( _
    ByVal p
    WebSize object.
    As WebSize _
    ) As Vintasoft.Primitives.VintasoftSizeI
    public Vintasoft.Primitives.VintasoftSizeI operator implicit(
    WebSize p
    )
    public: Vintasoft.Primitives.VintasoftSizeI op_Implicit(
    WebSize* p
    )
    public:
    Vintasoft.Primitives.VintasoftSizeI operator implicit(
    WebSize^ p
    )

    Parameters

    p
    WebSize object.

    Return Value

    Vintasoft.Primitives.VintasoftSizeI.
    Requirements

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

    See Also