Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

OffsetCommandType Enumeration








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

Syntax
'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  
typedef NS_ENUM(NSInteger, LTOffsetCommandType)
public enum OffsetCommandType
Leadtools.ImageProcessing.Effects.OffsetCommandType = function() { };
Leadtools.ImageProcessing.Effects.OffsetCommandType.prototype = {<br/>
  Color = 0,
	Repeat = 1,
	NoChange = 2,
	WrapAround = 3,
	
 };
public enum class OffsetCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Color Fill any exposed areas with BackColor.
1Repeat Stretch the image edges to fill the exposed area.
2NoChange Leave the exposed area as is, without changing it.
3WrapAround 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

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file