←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
Objective-C
C++
Java
public int RollingBall { get; set; } 
Public Property RollingBall As Integer 
@property (nonatomic, assign) NSUInteger rollingBall 
public int getRollingBall() 
public void setRollingBall(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly