LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Size Property (ColoredBallsCommand)

Show in webframe







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

Target Platforms

See Also

Reference

ColoredBallsCommand Class
ColoredBallsCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.