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