←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly