Click or drag to resize

GradientDetectMethod Enumeration

The method used to detect gradients in a raster. Gradient detection is commonly referred to as embossing.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum GradientDetectMethod
Members
  Member nameDescription
East Detects east gradients.
North Detects north gradients.
West Detects west gradients.
South Detects south gradients.
NorthEast Detects north east gradients.
NorthWest Detects north west gradients.
SouthEast Detects south east gradients.
SouthWest Detects south west gradients.
See Also

Reference

AGI.Foundation.Graphics.ImagingGradientDetectMethod