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