←Select platform

BinaryFilterCommand Constructor(BinaryFilterCommandPredefined)

Summary

Initializes a new BinaryFilterCommand class object with a predefined binary filter.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal predefined As BinaryFilterCommandPredefined _ 
) 
- (instancetype)initWithPredefinedBinaryFilter:(LTBinaryFilterCommandPredefined)predefined 
public BinaryFilterCommand(BinaryFilterCommandPredefined predefined) 
public: 
BinaryFilterCommand(  
   BinaryFilterCommandPredefined predefined 
) 

Parameters

predefined
A BinaryFilterCommandPredefined enumeration value that specifies which predefined binary filter to use.

Remarks

The BinaryFilterCommandPredefined filters shrink or erode black objects in specific directions.

Example

Refer to BinaryFilterCommand.

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