| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RegionContourPointsCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RegionContourPointsCommandFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RegionContourPointsCommandFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RegionContourPointsCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| All | Gets all region contour points ignoring their order. |
| Outside | Gets the outside region contour points only in an ordered way that allows you to reconstruct the outside region shape from these points. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.RegionContourPointsCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code