Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper Enumeration




Syntax

Visual Basic (Declaration) 
Private Enum ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper
C# 
private enum ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper : Enum 
Managed Extensions for C++ 
__value private enum ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper : public Enum 
C++/CLI 
private enum class ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper : public Enum 

Members

MemberDescription
CHANNEL_MASTER 
CHANNEL_RED 
CHANNEL_GREEN 
CHANNEL_BLUE 
AML_VALUE_NOP 
AML_VALUE_NOT 
AML_VALUE_0 
AML_VALUE_1 
AML_OP_AND 
AML_OP_OR 
AML_OP_XOR 
AML_OP_ADD 
AML_OP_SUBFACT 
AML_OP_SUBVALUE 
AML_OP_ABSDIF 
AML_OP_MUL 
AML_OP_DIVFACT 
AML_OP_DIVVALUE 
AML_OP_AVG 
AML_OP_MIN 
AML_OP_MAX 
AML_RES_NOP 
AML_RES_NOT 
AML_RES_0 
AML_RES_1 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Color.ApplyMathematicalLogicCommandBitmapEffectsFlagsHelper

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also