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

Leadtools.ImageProcessing.SpecialEffects Assembly