バージョン

DrawPinButton メソッド

テーマ化されたピンボタンを描画します。
シンタックス
'宣言
 
Public Function DrawPinButton( _
   ByVal pinned As Boolean, _
   ByVal buttonState As UIElementButtonState, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal rect As Rectangle, _
   ByVal clipRect As Rectangle, _
   ByVal scale As Boolean _
) As Boolean
public bool DrawPinButton( 
   bool pinned,
   UIElementButtonState buttonState,
   ref UIElementDrawParams drawParams,
   Rectangle rect,
   Rectangle clipRect,
   bool scale
)

パラメータ

pinned
ピンボタンが設定されている場合True。
buttonState
ボタンの状態。
drawParams
レンダリング情報を提供するために使用される UIElementDrawParams
rect
要素の四角形
clipRect
クリップ四角形
scale
指定された四角形に基づいて画像をスケールする場合True。

戻り値の型

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