|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
| Leadtools.ImageProcessing.Core Namespace : ShrinkWrapFlags Enumeration |
public enum ShrinkWrapFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ShrinkWrapFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ShrinkWrapFlags
public enum ShrinkWrapFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSUInteger, LTShrinkWrapFlags)
public enum ShrinkWrapFlags
Leadtools.ImageProcessing.Core.ShrinkWrapFlags = function() { };
Leadtools.ImageProcessing.Core.ShrinkWrapFlags.prototype = {<br/>
RgnAnd = 0,
RgnSet = 1,
RgnAndNotBitmap = 2,
RgnAndNotRgn = 3,
RgnOr = 4,
RgnXOr = 5,
RgnSetNot = 6,
ShrinkRect = 8,
ShrinkCircle = 16,
};
public enum class ShrinkWrapFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | RgnAnd | Combines the new generated region using And operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 1 | RgnSet | Combines the new generated region using Set operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 2 | RgnAndNotBitmap | Combines the new generated region using AndNotBitmap operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 3 | RgnAndNotRgn | Combines the new generated region using AndNotRgn operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 4 | RgnOr | Combines the new generated region using Or operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 5 | RgnXOr | Combines the new generated region using XOr operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 6 | RgnSetNot | Combines the new generated region using SetNot operation. For more information, refer to RasterRegionCombineMode. ![]() ![]() ![]() ![]() ![]() |
| 8 | ShrinkRect | Shrink to an object from a rectangular-shaped region. ![]() ![]() ![]() ![]() ![]() |
| 16 | ShrinkCircle | Shrink to an object from a circular-shaped region. ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.ShrinkWrapFlags