LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OffsetCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : OffsetCommandType Enumeration



Flags that indicate how to handle any exposed areas resulting from the bitmap shift.

Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum OffsetCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OffsetCommandType
C# 
public enum OffsetCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class OffsetCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ColorFill any exposed areas with OffsetCommand.BackColor.
NoChangeLeave the exposed area as is, without changing it.
RepeatStretch the image edges to fill the exposed area.
WrapAroundFill any exposed areas with the opposite side of the image.

Remarks

You can use a bitwise OR (|) to specify one type from each group.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.OffsetCommandType

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also