PrintDocument for WinForms
Offsets コンストラクタ(String,String,String,String)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Offsets 構造体 > Offsets コンストラクタ : Offsets コンストラクタ(String,String,String,String)
A string representing the Unit value assigned to the Offsets.Left property.
A string representing the Unit value assigned to the Offsets.Top property.
A string representing the Unit value assigned to the Offsets.Right property.
A string representing the Unit value assigned to the Offsets.Bottom property.
Initializes a new instance of the Offsets structure, assigning the Offsets.Left, Offsets.Top, Offsets.Right and Offsets.Bottom values.
シンタックス
'宣言
 
Public Function New( _
   ByVal left As System.String, _
   ByVal top As System.String, _
   ByVal right As System.String, _
   ByVal bottom As System.String _
)
'使用法
 
Dim left As System.String
Dim top As System.String
Dim right As System.String
Dim bottom As System.String
 
Dim instance As New Offsets(left, top, right, bottom)
public Offsets( 
   System.string left,
   System.string top,
   System.string right,
   System.string bottom
)

パラメータ

left
A string representing the Unit value assigned to the Offsets.Left property.
top
A string representing the Unit value assigned to the Offsets.Top property.
right
A string representing the Unit value assigned to the Offsets.Right property.
bottom
A string representing the Unit value assigned to the Offsets.Bottom property.
解説
Only absolute Unit values (such as "1mm" or "8in") are allowed.
参照

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