←Select platform

EdgeDetectEffectCommandType Enumeration

Summary

Flag that indicates the type of edge to generate.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum EdgeDetectEffectCommandType   
Public Enum EdgeDetectEffectCommandType  
    
    
public enum EdgeDetectEffectCommandType    
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   

Members

ValueMemberDescription
0Smooth Generate softer (smoother) edges.
1Solid Generate rougher edges.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly