BlurFilterMethod Property |
Gets or sets the method used to blur the source raster.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BlurMethod Method { get; set; }
Public Property Method As BlurMethod
Get
Set
public:
property BlurMethod Method {
BlurMethod get ();
void set (BlurMethod value);
}
member Method : BlurMethod with get, set
Property Value
Type:
BlurMethod
See Also