バージョン

DrawBackground メソッド (ThemedExplorer)

テーマ化されたエクスプローラーの背景領域を返します。
シンタックス
'宣言
 
Public Function DrawBackground( _
   ByVal type As ThemedExplorer.BackgroundType, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle _
) As Boolean
public bool DrawBackground( 
   ThemedExplorer.BackgroundType type,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect
)

パラメータ

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

戻り値の型

要素がテーマ化された項目を描画できる場合True。
参照