LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BallColors Property

Show in webframe







Gets or sets the array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.
Syntax
public RasterColor[] BallColors {get; set;}
'Declaration
 
Public Property BallColors As RasterColor()
'Usage
 
Dim instance As ColoredBallsCommand
Dim value() As RasterColor
 
instance.BallColors = value
 
value = instance.BallColors
public RasterColor[] BallColors {get; set;}

            

            
 
get_BallColors();
set_BallColors(value);
Object.defineProperty('BallColors');
public:
property array<RasterColor>^ BallColors {
   array<RasterColor>^ get();
   void set (    array<RasterColor>^ value);
}

Property Value

Array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.
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.