LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

ResizeRegionCommandType Enumeration

Show in webframe







Enumeration that indicates whether to contract or expand the image region.
Syntax
public enum ResizeRegionCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ResizeRegionCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ResizeRegionCommandType
public enum ResizeRegionCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Effects.ResizeRegionCommandType = function() { };
Leadtools.ImageProcessing.Effects.ResizeRegionCommandType.prototype = {
ExpandRegion = 0x00000001, ContractRegion = 0x00000002, };
public enum class ResizeRegionCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001ExpandRegionExpand the region.
0x00000002ContractRegionContract the region.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.