←Select platform

OffsetCommandType Enumeration

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public enum OffsetCommandType   
Public Enum OffsetCommandType  
typedef NS_ENUM(NSInteger, LTOffsetCommandType) 
public enum OffsetCommandType 
public enum class OffsetCommandType   

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly