LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

InputSize Property (EdgeDetectEffect)






Gets or sets the size of the optional brush that represents the result of this effect. This is a dependency property. .NET support Silverlight support
Syntax
public Size InputSize {get; set;}
'Declaration
 
Public Property InputSize As Size
'Usage
 
Dim instance As EdgeDetectEffect
Dim value As Size
 
instance.InputSize = value
 
value = instance.InputSize
ObjectiveC Syntax
Java Syntax
public:
property Size InputSize {
   Size get();
   void set (    Size value);
}

Property Value

A System.Windows.Size that specifies the size of the optional result of this effect. Default value is 800 by 600.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EdgeDetectEffect Class
EdgeDetectEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.