Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AutoColorLevelCommand Constructor(AutoColorLevelCommandType,AutoColorLevelCommandFlags)
See Also 
Leadtools.ImageProcessing Namespace > AutoColorLevelCommand Class > AutoColorLevelCommand Constructor : AutoColorLevelCommand Constructor(AutoColorLevelCommandType,AutoColorLevelCommandFlags)



type
Value that indicates the type of leveling to perform.
flag
Flag that indicates whether a method will process the image or not.
Initializes a new AutoColorLevelCommand object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As AutoColorLevelCommandType, _
   ByVal flag As AutoColorLevelCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim type As AutoColorLevelCommandType
Dim flag As AutoColorLevelCommandFlags
 
Dim instance As AutoColorLevelCommand(type, flag)
C# 
public AutoColorLevelCommand( 
   AutoColorLevelCommandType type,
   AutoColorLevelCommandFlags flag
)
C++/CLI 
public:
AutoColorLevelCommand( 
   AutoColorLevelCommandType type,
   AutoColorLevelCommandFlags flag
)

Parameters

type
Value that indicates the type of leveling to perform.
flag
Flag that indicates whether a method will process the image or not.

Example

For an example, refer to AutoColorLevelCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also