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

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

    Parameters

    value
    The Point to convert.

    Return Value

    The converted Size.
    See Also