LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Flags Property (ApplyMathematicalLogicCommand)






Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values. .NET support WinRT support Silverlight support
Syntax
public ApplyMathematicalLogicCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ApplyMathematicalLogicCommandFlags
'Usage
 
Dim instance As ApplyMathematicalLogicCommand
Dim value As ApplyMathematicalLogicCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ApplyMathematicalLogicCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property ApplyMathematicalLogicCommandFlags Flags {
   ApplyMathematicalLogicCommandFlags get();
   void set (    ApplyMathematicalLogicCommandFlags value);
}

Property Value

Flags that indicate the channel that will be used, the treatment of the input pixel values, the mathematical operation, and the treatment of the output pixel values. Use a bitwise OR ( | ) to specify one flag from each group.
Remarks
For more information, refer to Flags for ApplyMathematicalLogicCommand.
Example
Refer to ApplyMathematicalLogicCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplyMathematicalLogicCommand Class
ApplyMathematicalLogicCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.