PrintDocument for WinForms
RectangleD コンストラクタ(Double,Double,Double,Double)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > RectangleD コンストラクタ : RectangleD コンストラクタ(Double,Double,Double,Double)
矩形の左辺の X 座標。
矩形の上辺の Y 座標。
矩形の幅。
矩形の高さ。
RectangleD構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'使用法
 
Dim x As System.Double
Dim y As System.Double
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New RectangleD(x, y, width, height)
public RectangleD( 
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

パラメータ

x
矩形の左辺の X 座標。
y
矩形の上辺の Y 座標。
width
矩形の幅。
height
矩形の高さ。
参照

RectangleD 構造体
RectangleD メンバ
オーバーロード一覧