LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

OffsetCommandType Enumeration

Show in webframe







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

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  
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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ColorFill any exposed areas with OffsetCommand.BackColor.
0x00000001RepeatStretch the image edges to fill the exposed area.
0x00000002NoChangeLeave the exposed area as is, without changing it.
0x00000003WrapAroundFill 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

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.