Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BallColors Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > ColoredBallsCommand Class : BallColors Property



Gets or sets the array of RasterColor class objects that contains the ball colors used by this class object.

Syntax

Visual Basic (Declaration)  
Public Property BallColors As RasterColor()
Visual Basic (Usage) Copy Code
Dim instance As ColoredBallsCommand
Dim value() As RasterColor
 
instance.BallColors = value
 
value = instance.BallColors
C#  
public RasterColor[] BallColors {get; set;}
C++/CLI  
public:
property array<RasterColor>^ BallColors {
   array<RasterColor>^ get();
   void set (RasterColorarray<value>^ value);
}

Return Value

Array of RasterColor class objects that contains the ball colors used by this class object.

Example

Refer to ColoredBallsCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also