←Select platform

OffsetCommandType Enumeration

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

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum OffsetCommandType   
typedef NS_ENUM(NSInteger, LTOffsetCommandType) { 
 LTOffsetCommandTypeColor = 0x0000,  
 LTOffsetCommandTypeRepeat = 0x0001,  
 LTOffsetCommandTypeNoChange = 0x0002,  
 LTOffsetCommandTypeWrapAround = 0x0003 
}; 
public final class OffsetCommandType 
    extends java.lang.Enum<OffsetCommandType> 
public enum class OffsetCommandType   
class OffsetCommandType(Enum): 
   Color = 0 
   Repeat = 1 
   NoChange = 2 
   WrapAround = 3 
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.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.