Accusoft.Forms1 - Updated
Radius Property (ColorRadius)



Accusoft.ScanFixXpressSdk Namespace > ColorRadius Class : Radius Property
Gets and sets radius around a specific color value in the RGB space to define a spherical region of color to operate on. This region is divided into an inner zone of half the radius and an outer zone comprising the rest of the sphere. Operations will fully convert colors in the inner half radius and then fade in effect to zero at the full radius.
Syntax
Public Property Radius As Integer
Dim instance As ColorRadius
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
public:
property int Radius {
   int get();
   void set (    int value);
}
Remarks

The default value is 0.

Valid values are 0 to 884.

See Also

Reference

ColorRadius Class
ColorRadius Members