C#
VB
Java
Objective-C
WinRT C#
C++
Flags that indicate how to handle any exposed areas resulting from the bitmap shift.
public enum OffsetCommandType Public Enum OffsetCommandType
public enum OffsetCommandType typedef NS_ENUM(NSInteger, LTOffsetCommandType) public enum OffsetCommandType Leadtools.ImageProcessing.Effects.OffsetCommandType = function() { };Leadtools.ImageProcessing.Effects.OffsetCommandType.prototype = {<br/>Color = 0,Repeat = 1,NoChange = 2,WrapAround = 3,};
public enum class OffsetCommandType Members
| 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
