Leadtools.ImageProcessing.Effects Namespace : ResizeRegionCommandType Enumeration |
public enum ResizeRegionCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ResizeRegionCommandType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ResizeRegionCommandType
public enum ResizeRegionCommandType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Effects.ResizeRegionCommandType = function() { }; Leadtools.ImageProcessing.Effects.ResizeRegionCommandType.prototype = {
ExpandRegion = 0x00000001, ContractRegion = 0x00000002, };
public enum class ResizeRegionCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | ExpandRegion | Expand the region. |
0x00000002 | ContractRegion | Contract the region. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Effects.ResizeRegionCommandType