C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates the type of mathematical operation to be performed on each pixel's values.
public MathematicalFunctionCommandType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Color.MathematicalFunctionCommandType
public Leadtools.Imageprocessing.Color.MathematicalFunctionCommandType Type {get; set;}
@property (nonatomic, assign) LTMathematicalFunctionCommandType type
public MathematicalFunctionCommandType getType()
public void setType(MathematicalFunctionCommandType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Imageprocessing.Color.MathematicalFunctionCommandType Type {
Leadtools.Imageprocessing.Color.MathematicalFunctionCommandType get();
void set ( Leadtools.Imageprocessing.Color.MathematicalFunctionCommandType );
}
Value that indicates the type of mathematical operation to be performed on each pixel's values.
Refer to MathematicalFunctionCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET