Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColoredPencilExtendedCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : ColoredPencilExtendedCommand Class


The following tables list the members exposed by ColoredPencilExtendedCommand.

Public Constructors

  Name Description
Public Constructor ColoredPencilExtendedCommand Constructor Overloaded.  Initializes a new ColoredPencilExtendedCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property Angle Gets or sets the direction of coloring motion.  
Public Property Flags Gets or sets the type of coloring method.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property PaperRoughness Gets or sets a percentage which represents the paper surface roughness.  
Public Property PencilRoughness Gets or sets the percentage of coloring coverage.  
Public Property Size Gets or sets the size of the neighborhood used to determine the width of the outlines.  
Public Property Strength Gets or sets the strength factor used to create the "outline". This can be any number that is 0 or greater.  
Public Property StrokeLength Gets or sets the length of colored pencil stroke.  
Public Property Threshold Gets or sets the threshold value.  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also