LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (SwapColorsCommand)

Show in webframe







Gets or sets an enumerated value that indicates which color channels to swap.
Syntax
public SwapColorsCommandType Type {get; set;}
'Declaration
 
Public Property Type As SwapColorsCommandType
'Usage
 
Dim instance As SwapColorsCommand
Dim value As SwapColorsCommandType
 
instance.Type = value
 
value = instance.Type
public SwapColorsCommandType Type {get; set;}
@property (nonatomic, assign) LTSwapColorsCommandType type;
public SwapColorsCommandType getType()
public void setType(SwapColorsCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property SwapColorsCommandType Type {
   SwapColorsCommandType get();
   void set (    SwapColorsCommandType value);
}

Property Value

Enumerated value that indicates which color channels to swap.
Example
Refer to SwapColorsCommand.
Requirements

Target Platforms

See Also

Reference

SwapColorsCommand Class
SwapColorsCommand Members

 

 


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