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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > RectangleD コンストラクタ : RectangleD コンストラクタ(Double,Double,Double,Double)
The X coordinate of the left side of the rectangle.
The Y coordinate of the top side of the rectangle.
The width of the rectangle.
The height of the rectangle.
Initializes a new instance of the RectangleD structure.
シンタックス
'宣言
 
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
The X coordinate of the left side of the rectangle.
y
The Y coordinate of the top side of the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
参照

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