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

Flags Property (ColoredPencilExtendedCommand)






Gets or sets the type of coloring method. .NET support WinRT support
Syntax
public ColoredPencilExtendedCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ColoredPencilExtendedCommandFlags
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As ColoredPencilExtendedCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public ColoredPencilExtendedCommandFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property ColoredPencilExtendedCommandFlags Flags {
   ColoredPencilExtendedCommandFlags get();
   void set (    ColoredPencilExtendedCommandFlags value);
}

Property 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: 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

ColoredPencilExtendedCommand Class
ColoredPencilExtendedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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