LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

OffsetCommandType Enumeration






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

.NET support WinRT support Silverlight support
Syntax
'Declaration
 
Public Enum OffsetCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OffsetCommandType
public enum OffsetCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Effects.OffsetCommandType = function() { };
Leadtools.ImageProcessing.Effects.OffsetCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class OffsetCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.