←Select platform

Filter Property

Summary
Flag that indicates which edge detection filter to apply.
Syntax
C#
VB
Objective-C
C++
Java
public EdgeDetectorCommandType Filter { get; set; } 
Public Property Filter As EdgeDetectorCommandType 
@property (nonatomic, assign) LTEdgeDetectorCommandType filter 
public EdgeDetectorCommandType getFilter() 
public void setFilter(EdgeDetectorCommandType value) 
public: 
property EdgeDetectorCommandType Filter { 
   EdgeDetectorCommandType get(); 
   void set (    EdgeDetectorCommandType ); 
} 

Property Value

Flag that indicates which edge detection filter to apply.

Example

Refer to EdgeDetectorCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

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