Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > CombineCommand Class : Flags Property



Gets or sets flags from seven groups that define treatment of the source, treatment of the destination, the operation to use when combining the data, treatment of the resulting image, and the color plan for the destination, source and resulting images.

Syntax

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

Return Value

Value that represent the flags. The flags apply only to the defined rectangles (not necessarily the whole image). You can use a bitwise OR ( | ) to specify one flag from each group.

Example

Refer to CombineCommand.

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