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

Show in webframe

ResizeRegionCommandType Enumeration








Enumeration that indicates whether to contract or expand the image region.
Syntax
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 = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
public enum class ResizeRegionCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
1ExpandRegion Expand the region.
2ContractRegion Contract the region.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.ResizeRegionCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file