FlexReport for WinForms
Point コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.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 System.Double, _
   ByVal y As System.Double _
)
'使用法
 
Dim x As System.Double
Dim y As System.Double
 
Dim instance As New Point(x, y)
public Point( 
   System.double x,
   System.double y
)

パラメータ

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

参照

Point 構造体
Point メンバ