LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Type Property (ContourFilterCommand)






Gets or sets a value that controls the resulting image. .NET support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContourFilterCommand Class
ContourFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.