←Select platform

Size Property

Summary

Gets or sets a value that represents the average ball size. Only positive values are accepted.

Syntax

C#
VB
WinRT C#
C++
public int Size { get; set; } 
  
Public Property Size As Integer 
public int Size {get; set;} 
  
get_Size(); 
set_Size(value); 
Object.defineProperty('Size');  
public: 
property int Size { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value represents average ball size, in pixels. 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