InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Size Structure / Explicit Type Conversion Operator
The Size to convert.

In This Topic
    Explicit Type Conversion Operator (Size)
    In This Topic
    Converts a Size to a Point.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal value As Size _
    ) As Point
    public Point operator explicit( 
       Size value
    )

    Parameters

    value
    The Size to convert.

    Return Value

    The converted Point.
    See Also