|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
| Leadtools.ImageProcessing.Effects Namespace : OffsetCommandType Enumeration |
public enum OffsetCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'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
| Value | Member | Description |
|---|---|---|
| 0 | Color | Fill any exposed areas with BackColor. ![]() ![]() ![]() ![]() ![]() ![]() |
| 1 | Repeat | Stretch the image edges to fill the exposed area. ![]() ![]() ![]() ![]() ![]() ![]() |
| 2 | NoChange | Leave the exposed area as is, without changing it. ![]() ![]() ![]() ![]() ![]() ![]() |
| 3 | WrapAround | Fill any exposed areas with the opposite side of the image. ![]() ![]() ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.OffsetCommandType