Leadtools.Windows.Media.Effects Namespace > SharpenEffect Class : InputSize Property |
public Size InputSize {get; set;}
'Declaration Public Property InputSize As Size
'Usage Dim instance As SharpenEffect Dim value As Size instance.InputSize = value value = instance.InputSize
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.