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



Flags that indicate the color plane to update, whether to change the high bit and whether RemapIntensityCommand.LookupTable contains normal or stretched data. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Flags As RemapIntensityCommandFlags
Visual Basic (Usage)Copy Code
Dim instance As RemapIntensityCommand
Dim value As RemapIntensityCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RemapIntensityCommandFlags Flags {get; set;}
C++/CLI 
public:
property RemapIntensityCommandFlags Flags {
   RemapIntensityCommandFlags get();
   void set (    RemapIntensityCommandFlags value);
}

Property Value

Value that indicates the color plane to update, whether to change the high bit and whether the RemapIntensityCommand.LookupTable contains normal or stretched data. For more information, refer to Leadtools.ImageProcessing.RasterColorChannel.

Example

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