Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OffsetCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Effects Namespace : OffsetCommandType Enumeration



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

Syntax

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

Members

MemberDescription
Color Fill any exposed areas with OffsetCommand.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.

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: 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

See Also