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

要更新的相依性內容。

適用於

另請參閱