←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
WinRT C#
C++
public int NumberOfBalls { get; set; } 
  
Public Property NumberOfBalls As Integer 
public int NumberOfBalls {get; set;} 
  
get_NumberOfBalls(); 
set_NumberOfBalls(value); 
Object.defineProperty('NumberOfBalls');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly