Ribbon for WinForms
Point コンストラクタ

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Point 構造体 : Point コンストラクタ
The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the Point structure.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
public Point( 
   double x,
   double y
)

パラメータ

x
The horizontal position of the point.
y
The vertical position of the point.
参照

Point 構造体
Point メンバ