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



Gets or sets the type of coloring method.

Syntax

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

Return Value

Flags that determine which the type of direction to use and whether to combine the resulted bitmap with the original one or not. For valid values, refer to ColoredPencilExtendedCommandFlags. Default value is ColoredPencilExtendedCommandFlags.Artistic | ColoredPencilExtendedCommandFlags.CombineOriginal.

Example

Refer to ColoredPencilExtendedCommand example.

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