←Select platform

RollingBall Property

Summary

Gets or sets the radius (in pixels) of the ball that will roll over the entire image to determine the background.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int RollingBall { get; set; } 
Public Property RollingBall As Integer 
public int RollingBall {get; set;} 
@property (nonatomic, assign) NSUInteger rollingBall 
public int getRollingBall() 
public void setRollingBall(int value) 
             
 <br/>get_RollingBall();<br/>set_RollingBall(value);<br/>Object.defineProperty('RollingBall');  
public: 
property int RollingBall { 
   int get(); 
   void set (    int ); 
} 

Property Value

The radius (in pixels) of the ball that will roll over the entire image to determine the background. Recommended value is 50. This property accepts only positive values.

Example

Refer to SubtractBackgroundCommand.

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.Core Assembly