バージョン

LineUIElement コンストラクタ

新しい LineUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal point1 As PointF, _
   ByVal point2 As PointF, _
   ByVal parent As Infragistics.Win.UIElement _
)
public LineUIElement( 
   PointF point1,
   PointF point2,
   Infragistics.Win.UIElement parent
)

パラメータ

point1
行の開始点。
point2
行の終了点。
parent
親要素。
参照