←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) 
get_RollingBall(); 
set_RollingBall(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize