Leadtools.Workflow.ImageProcessing Namespace : SmoothCommandFlags Enumeration |
Enumerated values that determine the behavior of the smoothing process.
[FlagsAttribute()] public enum SmoothCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SmoothCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SmoothCommandFlags
[FlagsAttribute()] public enum SmoothCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Workflow.ImageProcessing.SmoothCommandFlags = function() { }; Leadtools.Workflow.ImageProcessing.SmoothCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class SmoothCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
FavorLong | Processes long bumps or nicks before short bumps or nicks. If this flag is not passed, short is favored over long. For example: Smooth the following image with SmoothActivity.Length == 3 X X XXXXXXXXXXFavoring short would remove the two "bumps" giving: XXXXXXXXXXFavoring long would fill in the "gap" giving: XXXXX XXXXXXXXXX |
LeadRegion | When SmoothActivity returns, SmoothActivity.ImageRegion is updated with a shallow copy of the affected image that also contains a region with all of the removed bumps or nicks. This flag must be used in conjunction with SingleRegion. |
None | No flags. |
SingleRegion | When SmoothActivity returns, either SmoothActivity.ImageRegion or SmoothActivity.Region will reference a region that contains all of the removed bumps or nicks. If LeadRegion is also set, SmoothActivity.ImageRegion will be updated with a shallow copy of the image that has a LEAD region that contains all of the removed bumps or nicks. If LeadRegion is not set, SmoothActivity.Region is updated with a Windows region that contains all of the removed bumps or nicks. When the region (either LEAD or Windows) is no longer needed, it must be disposed of (either the region allocated in SmoothActivity.ImageRegion or SmoothActivity.Region). |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.SmoothCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2