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

Show in webframe

Size Property (PointillistCommand)








Gets or sets a value that represents the dot size.
Syntax
public int Size {get; set;}
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As PointillistCommand
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 represents the dot size. Only positive values are accepted.
Example
Refer to PointillistCommand example.
Requirements

Target Platforms

See Also

Reference

PointillistCommand Class
PointillistCommand Members

Error processing SSI file