FlexReport for WinForms
C1Position コンストラクタ


C1.Document アセンブリ > C1.Document 名前空間 > C1Position クラス : C1Position コンストラクタ
The X coordinate.
The Y coordinate.
The width.
The height.
Initializes a new instance of the C1Position class.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit _
)
'使用法
 
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
 
Dim instance As New C1Position(x, y, width, height)
public C1Position( 
   Unit x,
   Unit y,
   Unit width,
   Unit height
)

パラメータ

x
The X coordinate.
y
The Y coordinate.
width
The width.
height
The height.
参照

参照

C1Position クラス
C1Position メンバ