←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly