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

StrokeLength Property






Gets or sets the length of colored pencil stroke. .NET support WinRT support
Syntax
public int StrokeLength {get; set;}
'Declaration
 
Public Property StrokeLength As Integer
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
 
instance.StrokeLength = value
 
value = instance.StrokeLength
public int StrokeLength {get; set;}
 get_StrokeLength();
set_StrokeLength(value);
public:
property int StrokeLength {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the length of the colored pencil stroke, in pixels. Default value is 15.
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.