LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

RegionContourPointsCommandFlags Enumeration

Show in webframe







Enumerated values that indicate the required contour points.
Syntax
[FlagsAttribute()]
public enum RegionContourPointsCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RegionContourPointsCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RegionContourPointsCommandFlags
[FlagsAttribute()]
public enum RegionContourPointsCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags.prototype = {
All = 0x00000000, Outside = 0x00000001, };
[FlagsAttribute()]
public enum class RegionContourPointsCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000AllGets all region contour points ignoring their order.
0x00000001OutsideGets 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.