'宣言 Overloads Public Operator Widening CType( _ ByVal value As System.Drawing.Point _ ) As Coordinate
public Coordinate operator implicit( System.Drawing.Point value )
パラメータ
- value
- A System.Drawing.Point value that will be convert to a Coordinate object.
戻り値の型
A Coordinate object indicates the converted object.