←Select platform

NumberOfBalls Property

Summary
Gets or sets a value that represents the number of balls that will be drawn in the image. Only positive values are accepted.
Syntax
C#
VB
C++
public int NumberOfBalls { get; set; } 
  
Public Property NumberOfBalls As Integer 
public: 
property int NumberOfBalls { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the number of balls that will be drawn in the image. Only positive values are accepted.

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.