LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (AddWeightedCommand)

Show in webframe







Gets or sets a value that indicates the operation to perform.
Syntax
public AddWeightedCommandType Type {get; set;}
'Declaration
 
Public Property Type As AddWeightedCommandType
'Usage
 
Dim instance As AddWeightedCommand
Dim value As AddWeightedCommandType
 
instance.Type = value
 
value = instance.Type
public AddWeightedCommandType Type {get; set;}
@property (nonatomic, assign) LTAddWeightedCommandType type;
            
public AddWeightedCommandType getType()
public void setType(AddWeightedCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property AddWeightedCommandType Type {
   AddWeightedCommandType get();
   void set (    AddWeightedCommandType value);
}

Property Value

Value that indicates the operation to perform.
Example
Refer to AddWeightedCommand.
Requirements

Target Platforms

See Also

Reference

AddWeightedCommand Class
AddWeightedCommand Members

 

 


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