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
Leadtools.ImageProcessing.Effects.OffsetCommandType = function() { }; Leadtools.ImageProcessing.Effects.OffsetCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class OffsetCommandType : public System.Enum, System.IComparable, System.IConvertible, System.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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.OffsetCommandType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2