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
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document