Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BinaryFilterCommand Constructor(BinaryFilterCommandPredefined)
See Also 
Leadtools.ImageProcessing.Effects Namespace > BinaryFilterCommand Class > BinaryFilterCommand Constructor : BinaryFilterCommand Constructor(BinaryFilterCommandPredefined)



predefined
Value that represents the predefined binary filter to use.
Initializes a new BinaryFilterCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal predefined As BinaryFilterCommandPredefined _
)
Visual Basic (Usage)Copy Code
Dim predefined As BinaryFilterCommandPredefined
 
Dim instance As BinaryFilterCommand(predefined)
C# 
public BinaryFilterCommand( 
   BinaryFilterCommandPredefined predefined
)
C++/CLI 
public:
BinaryFilterCommand( 
   BinaryFilterCommandPredefined predefined
)

Parameters

predefined
Value that represents the predefined binary filter to use.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also