←Select platform

Input Property

Summary

Gets or sets an optional brush that represents the result of this effect. This is a dependency property.

Syntax
C#
VB
C++
public Brush Input { get; set; } 
  
Public Property Input As Brush 
public: 
property Brush^ Input { 
   Brush^ get(); 
   void set (    Brush^ ); 
} 

Property Value

A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (Nothing in VB).

Remarks

You can use the Input property to specify a brush that will contain the result of applying this effect to accomplish tasks such as using a System.Windows.Media.Imaging.RenderTargetBitmap to cascade different shaders or save the result of the effect on an image.

If you set the Input property of this class, you must also set the InputSize to specify the size of the brush.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly