LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MathematicalFunctionCommandType Enumeration
See Also  



Value that indicates the function used by the MathematicalFunctionCommand class object. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum MathematicalFunctionCommandType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MathematicalFunctionCommandType
C# 
public enum MathematicalFunctionCommandType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MathematicalFunctionCommandType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CosineCosine function.
LogarithmLogarithmic function.
SineSine function.
SquareSquare function.
SquareRootSquare root function.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.MathematicalFunctionCommandType

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also