←Select platform

EdgeDetectEffectCommandType Enumeration

Summary
Flag that indicates the type of edge to generate.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum EdgeDetectEffectCommandType   
typedef NS_ENUM(NSInteger, LTEdgeDetectEffectCommandType) { 
 LTEdgeDetectEffectCommandTypeSolid = 1,  
 LTEdgeDetectEffectCommandTypeSmooth = 0 
}; 
public final class EdgeDetectEffectCommandType 
    extends java.lang.Enum<EdgeDetectEffectCommandType> 
public enum class EdgeDetectEffectCommandType   
class EdgeDetectEffectCommandType(Enum): 
   Smooth = 0 
   Solid = 1 
Members
ValueMemberDescription
0Smooth Generate softer (smoother) edges.
1Solid Generate rougher edges.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.