Leadtools.ImageProcessing.Effects Namespace : OffsetCommandType Enumeration |
public enum OffsetCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum OffsetCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OffsetCommandType
public enum OffsetCommandType : System.IComparable, System.IConvertible, System.IFormattable
enum LTOffsetCommandType
public enum OffsetCommandType
Leadtools.ImageProcessing.Effects.OffsetCommandType = function() { }; Leadtools.ImageProcessing.Effects.OffsetCommandType.prototype = {
Color = 0x00000000, Repeat = 0x00000001, NoChange = 0x00000002, WrapAround = 0x00000003, };
public enum class OffsetCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Color | Fill any exposed areas with OffsetCommand.BackColor. |
0x00000001 | Repeat | Stretch the image edges to fill the exposed area. |
0x00000002 | NoChange | Leave the exposed area as is, without changing it. |
0x00000003 | WrapAround | Fill any exposed areas with the opposite side of the image. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.OffsetCommandType