バージョン

DrawStatusBarItem メソッド

テーマ化されたステータスバーの項目を描画します。
シンタックス
'宣言
 
Public Function DrawStatusBarItem( _
   ByVal item As ThemedStatusBar.StatusBarItem, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawStatusBarItem( 
   ThemedStatusBar.StatusBarItem item,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

item
描画する項目のタイプ。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形。

戻り値の型

テーマ化された要素が描画することが可能であった場合はTrue。
参照