←Select platform

BallColors Property

Summary
Gets or sets the array of Leadtools.RasterColor class objects that contains the ball colors used by this class object.
Syntax
C#
VB
C++
public RasterColor[] BallColors { get; set; } 
  
Public Property BallColors As RasterColor() 
public: 
property array<RasterColor>^ BallColors { 
   array<RasterColor>^ get(); 
   void set (    array<RasterColor>^ ); 
} 

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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.