LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Type Property (MultiscaleEnhancementCommand)

Show in webframe







Gets or sets a value that indicates the type of filter used.
Syntax
public MultiscaleEnhancementCommandType Type {get; set;}
'Declaration
 
Public Property Type As MultiscaleEnhancementCommandType
'Usage
 
Dim instance As MultiscaleEnhancementCommand
Dim value As MultiscaleEnhancementCommandType
 
instance.Type = value
 
value = instance.Type
public MultiscaleEnhancementCommandType Type {get; set;}
@property (nonatomic, assign) LTMultiscaleEnhancementCommandType type;
public MultiscaleEnhancementCommandType getType()
public void setType(MultiscaleEnhancementCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property MultiscaleEnhancementCommandType Type {
   MultiscaleEnhancementCommandType get();
   void set (    MultiscaleEnhancementCommandType value);
}

Property Value

Value that indicates the type of filter used.
Example
Refer to MultiscaleEnhancementCommand.
Requirements

Target Platforms

See Also

Reference

MultiscaleEnhancementCommand Class
MultiscaleEnhancementCommand Members

 

 


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