←Select platform

Strength Property

Summary
Gets or sets the strength factor used to create the "outline". This can be any number that is 0 or greater.
Syntax
C#
VB
C++
public int Strength { get; set; } 
  
Public Property Strength As Integer 
public: 
property int Strength { 
   int get(); 
   void set (    int ); 
} 

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

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.