Flags that indicate how to handle any exposed areas resulting from the bitmap shift.
Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public Enum OffsetCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OffsetCommandType | |
| C# | |
|---|---|
public enum OffsetCommandType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class OffsetCommandType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Color | Fill any exposed areas with OffsetCommand.BackColor. |
| NoChange | Leave the exposed area as is, without changing it. |
| Repeat | Stretch the image edges to fill the exposed area. |
| 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code