LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (ColoredPencilExtendedCommand)

Show in webframe







Gets or sets the type of coloring method.
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);
Object.defineProperty('Flags');
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

See Also

Reference

ColoredPencilExtendedCommand Class
ColoredPencilExtendedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.