LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

Input Property (EmbossEffect)

Show in webframe





Gets or sets an optional brush that represents the result of this effect. This is a dependency property.
Syntax
public Brush Input {get; set;}
'Declaration
 
Public Property Input As Brush
'Usage
 
Dim instance As EmbossEffect
Dim value As Brush
 
instance.Input = value
 
value = instance.Input

            

            
public:
property Brush^ Input {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

A System.Windows.Media.Brush that specifies the optional result of this effect. Default value is null (Nothing in Visual Basic).
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.

Requirements

Target Platforms

See Also

Reference

EmbossEffect Class
EmbossEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.