←Select platform

BinaryFilterCommand Constructor(BinaryFilterCommandPredefined)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (instancetype)initWithPredefinedBinaryFilter:(LTBinaryFilterCommandPredefined)predefined 
public BinaryFilterCommand(BinaryFilterCommandPredefined predefined) 
function BinaryFilterCommand(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly