Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

RegionContourPointsCommandFlags Enumeration








Enumerated values that indicate the required contour points.
Syntax
[FlagsAttribute()]
public enum RegionContourPointsCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RegionContourPointsCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RegionContourPointsCommandFlags
[FlagsAttribute()]
public enum RegionContourPointsCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class RegionContourPointsCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000All Gets all region contour points ignoring their order.
0x00000001Outside Gets the outside region contour points only in an ordered way that allows you to reconstruct the outside region shape from these points.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file