TextWave1Shapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public TextWave1Shape(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- x1
- 開始線の水平位置(twips 単位)。
- y1
- 開始線の垂直位置(twips 単位)。
- x2
- 終了線の水平位置(twips 単位)。
- y2
- 終了線の垂直位置(twips 単位)。
参照