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;}
@property (nonatomic, assign) unsigned int 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 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.