バージョン

NumericGaugeTickmarkUIElement コンストラクタ

新しい NumericGaugeTickmarkUIElement インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal tickmark As NumericGaugeToolTickmark, _
   ByVal point1 As PointF, _
   ByVal point2 As PointF, _
   ByVal parent As NumericGaugeAreaUIElement _
)
public NumericGaugeTickmarkUIElement( 
   NumericGaugeToolTickmark tickmark,
   PointF point1,
   PointF point2,
   NumericGaugeAreaUIElement parent
)

パラメータ

tickmark
この要素が目盛線に表示される NumericGaugeToolTickmark
point1
行の開始点。
point2
行の終了点。
parent
親要素。
参照