←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 = { 
 
  Smooth = 0, 
    Solid = 1, 
     
 }; 
public enum class EdgeDetectEffectCommandType

Members

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

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize