public enum OffsetCommandType
typedef NS_ENUM(NSInteger, LTOffsetCommandType) {
LTOffsetCommandTypeColor = 0x0000,
LTOffsetCommandTypeRepeat = 0x0001,
LTOffsetCommandTypeNoChange = 0x0002,
LTOffsetCommandTypeWrapAround = 0x0003
};
public final class OffsetCommandType
extends java.lang.Enum<OffsetCommandType>
public enum class OffsetCommandType
class OffsetCommandType(Enum):
Color = 0
Repeat = 1
NoChange = 2
WrapAround = 3
Value | Member | Description |
---|---|---|
0 | Color | Fill any exposed areas with BackColor. |
1 | Repeat | Stretch the image edges to fill the exposed area. |
2 | NoChange | Leave the exposed area as is, without changing it. |
3 | WrapAround | Fill any exposed areas with the opposite side of the image. |
You can use a bitwise OR ( ¦ ) to specify one type from each group.
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