Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Size Property (ColoredPencilExtendedCommand)








Gets or sets the size of the neighborhood used to determine the width of the outlines.
Syntax
public int Size {get; set;}
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
public int Size {get; set;}

            

            
 
get_Size();
set_Size(value);
Object.defineProperty('Size');
public:
property int Size {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the size of the neighborhood used to determine the width of the outlines. Default value is 5.
Example
Refer to ColoredPencilExtendedCommand example.
Requirements

Target Platforms

See Also

Reference

ColoredPencilExtendedCommand Class
ColoredPencilExtendedCommand Members

Error processing SSI file