PrintDocument for WinForms
RenderLine コンストラクタ(Unit,Unit,Unit,Unit,LineDef)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderLine クラス > RenderLine コンストラクタ : RenderLine コンストラクタ(Unit,Unit,Unit,Unit,LineDef)
線が結合する2つのポイントの第1の X座標。
線が結合する2つのポイントの第1の Y座標。
線が結合する2つのポイントの第2の X座標。
線が結合する2つのポイントの第2の Y座標。
線が結合する2つのポイントの座標を割り当てて、 RenderLineクラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x1 As Unit, _
   ByVal y1 As Unit, _
   ByVal x2 As Unit, _
   ByVal y2 As Unit, _
   ByVal shapeLine As LineDef _
)
'使用法
 
Dim x1 As Unit
Dim y1 As Unit
Dim x2 As Unit
Dim y2 As Unit
Dim shapeLine As LineDef
 
Dim instance As New RenderLine(x1, y1, x2, y2, shapeLine)
public RenderLine( 
   Unit x1,
   Unit y1,
   Unit x2,
   Unit y2,
   LineDef shapeLine
)

パラメータ

x1
線が結合する2つのポイントの第1の X座標。
y1
線が結合する2つのポイントの第1の Y座標。
x2
線が結合する2つのポイントの第2の X座標。
y2
線が結合する2つのポイントの第2の Y座標。
shapeLine
参照

RenderLine クラス
RenderLine メンバ
オーバーロード一覧