CalendarView for WinForms
暗黙的 キャスト 演算子(Coordinate,Point) オペレータ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Coordinate クラス > 暗黙的 キャスト 演算子 オペレータ : 暗黙的 キャスト 演算子(Coordinate,Point) オペレータ
A System.Drawing.Point value that will be convert to a Coordinate object.
Implicit convert a Point value to a Coordinate object.
シンタックス
'宣言
 
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.
解説
The reason of providing implict converting is that Point and Coordinate is same conception in drawing.
参照

Coordinate クラス
Coordinate メンバ
オーバーロード一覧