←Select platform

Flags Property

Summary

Gets or sets the type of coloring method.

Syntax
C#
VB
C++
public ColoredPencilExtendedCommandFlags Flags { get; set; } 
  
Public Property Flags As ColoredPencilExtendedCommandFlags 
public: 
property ColoredPencilExtendedCommandFlags Flags { 
   ColoredPencilExtendedCommandFlags get(); 
   void set (    ColoredPencilExtendedCommandFlags ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly