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

    Parameters

    p
    System.Drawing.Size 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