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

Show in webframe

EdgeDetectEffectCommandType Enumeration








Flag that indicates the type of edge to generate.
Syntax
public enum EdgeDetectEffectCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum EdgeDetectEffectCommandType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EdgeDetectEffectCommandType
public enum EdgeDetectEffectCommandType : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTEdgeDetectEffectCommandType)
public enum EdgeDetectEffectCommandType
Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType = function() { };
Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommandType.prototype = {<br/>
  Smooth = 0,
	Solid = 1,
	
 };
public enum class EdgeDetectEffectCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Smooth Generate softer (smoother) edges.
1Solid Generate rougher edges.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

Error processing SSI file