←Select platform

Type Property

Summary

Gets or sets a value that indicates the type of mathematical operation to be performed on each pixel's values.

Syntax
C#
VB
Objective-C
C++
Java
public MathematicalFunctionCommandType Type { get; set; } 
Public Property Type As MathematicalFunctionCommandType 
@property (nonatomic, assign) LTMathematicalFunctionCommandType type 
public MathematicalFunctionCommandType getType() 
public void setType(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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly