Share via


DrawingGroup.BitmapEffectInput 屬性

定義

取得或設定區域,在其中 DrawingGroup 會套用其 BitmapEffect,以及選擇性地將 BitmapSource 當成其 BitmapEffect 的輸入。

public:
 property System::Windows::Media::Effects::BitmapEffectInput ^ BitmapEffectInput { System::Windows::Media::Effects::BitmapEffectInput ^ get(); void set(System::Windows::Media::Effects::BitmapEffectInput ^ value); };
public System.Windows.Media.Effects.BitmapEffectInput BitmapEffectInput { get; set; }
member this.BitmapEffectInput : System.Windows.Media.Effects.BitmapEffectInput with get, set
Public Property BitmapEffectInput As BitmapEffectInput

屬性值

BitmapEffectInput

區域,其中會套用 BitmapEffectDrawingGroup,以及選擇性地將 BitmapSource 當成輸入,如果 BitmapEffect 套用至整個 DrawingGroup 並使用 DrawingGroup 做為其輸入,則為 null。 預設為 null

備註

相依性屬性資訊

識別碼欄位 BitmapEffectInputProperty
中繼資料屬性設定為 true

適用於