LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Type Property (ContourFilterCommand)

Show in webframe







Gets or sets a value that controls the resulting image.
Syntax
public ContourFilterCommandType Type {get; set;}
'Declaration
 
Public Property Type As ContourFilterCommandType
'Usage
 
Dim instance As ContourFilterCommand
Dim value As ContourFilterCommandType
 
instance.Type = value
 
value = instance.Type
public ContourFilterCommandType Type {get; set;}

            

            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property ContourFilterCommandType Type {
   ContourFilterCommandType get();
   void set (    ContourFilterCommandType value);
}

Property Value

Enumerated value that controls the resulting image. This value tells the method what process to complete before returning.
Example
Refer to ContourFilterCommand.
Requirements

Target Platforms

See Also

Reference

ContourFilterCommand Class
ContourFilterCommand Members

 

 


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