ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Size Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Size,Size) Operator
The Size to convert.

In This Topic
    Implicit Type Conversion(Size,Size) Operator
    In This Topic
    Converts a System.Drawing.Size to a Size.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As System.Drawing.Size _
    ) As Size
    public Size operator implicit( 
       System.Drawing.Size value
    )

    Parameters

    value
    The Size to convert.

    Return Value

    The converted Size.
    See Also