LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ImageColorTypeCommand Constructor(ImageColorTypeCommandFlags)

Show in webframe







flag that controls the behavior of the command algorithm by making it favor one type over the other.
Initializes a new ImageColorTypeCommand class object with explicit parameters.
Syntax
public ImageColorTypeCommand( 
   ImageColorTypeCommandFlags flag
)
'Declaration
 
Public Function New( _
   ByVal flag As ImageColorTypeCommandFlags _
)
'Usage
 
Dim flag As ImageColorTypeCommandFlags
 
Dim instance As New ImageColorTypeCommand(flag)
public ImageColorTypeCommand( 
   ImageColorTypeCommandFlags flag
)
- (id)initWithFlag:(LTImageColorTypeCommandFlags)flag;
public ImageColorTypeCommand(ImageColorTypeCommandFlags flag)
function ImageColorTypeCommand( 
   flag 
)
public:
ImageColorTypeCommand( 
   ImageColorTypeCommandFlags flag
)

Parameters

flag
flag that controls the behavior of the command algorithm by making it favor one type over the other.
Remarks
To get the confidence percentage, refer to Confidence property.
Example
For an example, refer to ImageColorTypeCommand example.
Requirements

Target Platforms

See Also

Reference

ImageColorTypeCommand Class
ImageColorTypeCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.