LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (MathematicalFunctionCommand)

Show in webframe







Gets or sets a value that indicates the type of mathematical operation to be performed on each pixel's values.
Syntax
public MathematicalFunctionCommandType Type {get; set;}
'Declaration
 
Public Property Type As MathematicalFunctionCommandType
'Usage
 
Dim instance As MathematicalFunctionCommand
Dim value As MathematicalFunctionCommandType
 
instance.Type = value
 
value = instance.Type
public MathematicalFunctionCommandType Type {get; set;}
@property (nonatomic, assign) LTMathematicalFunctionCommandType type;
public MathematicalFunctionCommandType getType()
public void setType(MathematicalFunctionCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property MathematicalFunctionCommandType Type {
   MathematicalFunctionCommandType get();
   void set (    MathematicalFunctionCommandType value);
}

Property Value

Value that indicates the type of mathematical operation to be performed on each pixel's values.
Example
Refer to MathematicalFunctionCommand.
Requirements

Target Platforms

See Also

Reference

MathematicalFunctionCommand Class
MathematicalFunctionCommand Members

 

 


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