←Select platform

InputSize Property

Summary
Gets or sets the size of the optional brush that represents the result of this effect. This is a dependency property.
Syntax
C#
C++/CLI
public Size InputSize { get; set; } 
public: 
property Size InputSize { 
   Size get(); 
   void set (    Size ); 
} 

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

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

Leadtools.Windows.Media.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.