バージョン

DrawTrack メソッド

TrackBar のテーマ化されたトラックを描画します。
シンタックス
'宣言
 
Public Function DrawTrack( _
   ByVal orientation As Orientation, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawTrack( 
   Orientation orientation,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

orientation
サムが属するTrackBarの方向。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
Rect
clipRect
クリップ四角形

戻り値の型

メソッドによってテーマ項目を描画できたかどうかを示すブール値。
参照