Flags that indicate how to handle any exposed areas resulting from the bitmap shift.
Visual Basic (Declaration) | |
---|---|
Public Enum OffsetCommandType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum OffsetCommandType : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum OffsetCommandType : public Enum |
C++/CLI | |
---|---|
public enum class OffsetCommandType : public Enum |
Member | Description |
---|---|
Color | Fill any exposed areas with BackColor. |
Repeat | Stretch the image edges to fill the exposed area. |
NoChange | Leave the exposed area as is, without changing it. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.OffsetCommandType
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family