←Select platform

ShrinkWrapFlags Enumeration

Summary
Represents the flags used in the shrink wrap tool.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ShrinkWrapFlags   
typedef NS_ENUM(NSUInteger, LTShrinkWrapFlags) { 
 LTShrinkWrapFlagsRgnAnd = 0,  
 LTShrinkWrapFlagsRgnSet = 1,  
 LTShrinkWrapFlagsRgnAndNotBitmap = 2,  
 LTShrinkWrapFlagsRgnAndNotRgn = 3,  
 LTShrinkWrapFlagsRgnOr = 4,  
 LTShrinkWrapFlagsRgnXOr = 5,  
 LTShrinkWrapFlagsRgnSetNot = 6,  
 LTShrinkWrapFlagsShrinkRect = 0x0008,  
 LTShrinkWrapFlagsShrinkCircle = 0x0010 
}; 
public final class ShrinkWrapFlags 
    extends java.lang.Enum<ShrinkWrapFlags> 
public enum class ShrinkWrapFlags   
class ShrinkWrapFlags(Enum): 
   RgnAnd = 0 
   RgnSet = 1 
   RgnAndNotBitmap = 2 
   RgnAndNotRgn = 3 
   RgnOr = 4 
   RgnXOr = 5 
   RgnSetNot = 6 
   ShrinkRect = 8 
   ShrinkCircle = 16 
Members
ValueMemberDescription
0RgnAnd Combines the new generated region using And operation. For more information, refer to RasterRegionCombineMode.
1RgnSet Combines the new generated region using Set operation. For more information, refer to RasterRegionCombineMode.
2RgnAndNotBitmap Combines the new generated region using AndNotBitmap operation. For more information, refer to RasterRegionCombineMode.
3RgnAndNotRgn Combines the new generated region using AndNotRgn operation. For more information, refer to RasterRegionCombineMode.
4RgnOr Combines the new generated region using Or operation. For more information, refer to RasterRegionCombineMode.
5RgnXOr Combines the new generated region using XOr operation. For more information, refer to RasterRegionCombineMode.
6RgnSetNot Combines the new generated region using SetNot operation. For more information, refer to RasterRegionCombineMode.
8ShrinkRect Shrink to an object from a rectangular-shaped region.
16ShrinkCircle Shrink to an object from a circular-shaped region.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.