SharpenFilterMethod Property |
Gets or sets the method used to sharpen 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 SharpenMethod Method { get; set; }
Public Property Method As SharpenMethod
Get
Set
public:
property SharpenMethod Method {
SharpenMethod get ();
void set (SharpenMethod value);
}
member Method : SharpenMethod with get, set
Property Value
Type:
SharpenMethod
See Also