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

PencilRoughness Property






Gets or sets the percentage of coloring coverage. .NET support WinRT support
Syntax
public int PencilRoughness {get; set;}
'Declaration
 
Public Property PencilRoughness As Integer
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
 
instance.PencilRoughness = value
 
value = instance.PencilRoughness
public int PencilRoughness {get; set;}
 get_PencilRoughness();
set_PencilRoughness(value);
public:
property int PencilRoughness {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the percentage of coloring coverage (colored pencil roughness), expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 250.
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.