LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BorderRemoveBorderFlags Enumeration

Show in webframe







Indicates which border to remove

Syntax
[FlagsAttribute()]
public enum BorderRemoveBorderFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BorderRemoveBorderFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BorderRemoveBorderFlags
[FlagsAttribute()]
public enum BorderRemoveBorderFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTBorderRemoveBorderFlags
public enum BorderRemoveBorderFlags
Leadtools.ImageProcessing.Core.BorderRemoveBorderFlags = function() { };
Leadtools.ImageProcessing.Core.BorderRemoveBorderFlags.prototype = {
None = 0x00000000, Left = 0x00000001, Right = 0x00000002, Top = 0x00000004, Bottom = 0x00000008, All = 0x0000000F, };
[FlagsAttribute()]
public enum class BorderRemoveBorderFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo flags.
0x00000001LeftRemove the left border.
0x00000002RightRemove the right border.
0x00000004TopRemove the top border.
0x00000008BottomRemove the bottom border.
0x0000000FAllRemove all borders.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.BorderRemoveBorderFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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