Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > EdgeDetectorCommand Class : Filter Property |
public EdgeDetectorCommandType Filter {get; set;}
'Declaration
Public Property Filter As EdgeDetectorCommandType
'Usage
Dim instance As EdgeDetectorCommand Dim value As EdgeDetectorCommandType instance.Filter = value value = instance.Filter
public EdgeDetectorCommandType Filter {get; set;}
@property (nonatomic, assign) LTEdgeDetectorCommandType filter
public EdgeDetectorCommandType getFilter() public void setFilter(EdgeDetectorCommandType value)
<br/>get_Filter();<br/>set_Filter(value);<br/>Object.defineProperty('Filter');
public: property EdgeDetectorCommandType Filter { EdgeDetectorCommandType get(); void set ( EdgeDetectorCommandType value); }