PrintDocument for WinForms
PointD コンストラクタ


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > PointD 構造体 : PointD コンストラクタ
ポイントの水平位置。
ポイントの垂直位置。
PointD構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
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 PointD(x, y)
public PointD( 
   System.double x,
   System.double y
)

パラメータ

x
ポイントの水平位置。
y
ポイントの垂直位置。
参照

PointD 構造体
PointD メンバ