ShaderEffect.UpdateShaderValue(DependencyProperty) メソッド

定義

指定した依存関係プロパティに対応するシェーダー定数またはシェーダー サンプラーの更新が必要な効果を通知します。

protected:
 void UpdateShaderValue(System::Windows::DependencyProperty ^ dp);
protected void UpdateShaderValue (System.Windows.DependencyProperty dp);
member this.UpdateShaderValue : System.Windows.DependencyProperty -> unit
Protected Sub UpdateShaderValue (dp As DependencyProperty)

パラメーター

dp
DependencyProperty

更新される依存関係プロパティ。

適用対象

こちらもご覧ください