ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / Implicit Type Conversion Operator / Implicit Type Conversion(Point,Coordinate) Operator
A Coordinate object that will be convert to a Coordinate object.

In This Topic
    Implicit Type Conversion(Point,Coordinate) Operator
    In This Topic
    Implicit convert a Coordinate value to a Point object.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal value As Coordinate _
    ) As Point
    public Point operator implicit( 
       Coordinate value
    )

    Parameters

    value
    A Coordinate object that will be convert to a Coordinate object.

    Return Value

    A System.Drawing.Point value indicates the converted object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also