DrawingGroup.BitmapEffectInput 속성

정의

DrawingGroupBitmapEffect가 적용되는 영역과 선택적으로 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

속성 값

BitmapEffectDrawingGroup가 적용되는 영역과 선택적으로 입력으로 사용할 BitmapSource입니다. BitmapEffect가 전체 DrawingGroup에 적용되고 DrawingGroup을 입력으로 사용할 경우에는 null입니다. 기본값은 null입니다.

설명

종속성 속성 정보

식별자 필드 BitmapEffectInputProperty
메타 데이터 속성 설정 true 없음

적용 대상