LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

RollingBall Property






Gets or sets the radius (in pixels) of the ball that will roll over the entire image to determine the background. .NET support WinRT support Silverlight support
Syntax
public int RollingBall {get; set;}
'Declaration
 
Public Property RollingBall As Integer
'Usage
 
Dim instance As SubtractBackgroundCommand
Dim value As Integer
 
instance.RollingBall = value
 
value = instance.RollingBall
public int RollingBall {get; set;}
 get_RollingBall();
set_RollingBall(value);
public:
property int RollingBall {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubtractBackgroundCommand Class
SubtractBackgroundCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.