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

Strength Property






Gets or sets the strength factor used to create the "outline". This can be any number that is 0 or greater. .NET support WinRT support
Syntax
public int Strength {get; set;}
'Declaration
 
Public Property Strength As Integer
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
 
instance.Strength = value
 
value = instance.Strength
public int Strength {get; set;}
 get_Strength();
set_Strength(value);
public:
property int Strength {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the strength factor used to create the "outline". This can be any number that is 0 or greater. Default value is 4.
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.