LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Leadtools.ImageProcessing.Effects.BinaryFilterCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal predefined As BinaryFilterCommandPredefined _
)
Visual Basic (Usage)Copy Code
Dim predefined As BinaryFilterCommandPredefined
 
Dim instance As New 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also