Accusoft.Forms1 - Updated
ColorDropOptions Constructor(Boolean,Color,IEnumerable<ColorRadius>)



Accusoft.ScanFixXpressSdk Namespace > ColorDropOptions Class > ColorDropOptions Constructor : ColorDropOptions Constructor(Boolean,Color,IEnumerable<ColorRadius>)
Set to true to extract specified colors and drop all others to DropToColor.
Color that will be used for dropped colors
Color radius list
Instantiates a new ColorDropOptions object with the specified options.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal extract As Boolean, _
   ByVal dropToColor As Color, _
   ByVal colorRadiusList As IEnumerable(Of ColorRadius) _
)
Dim extract As Boolean
Dim dropToColor As Color
Dim colorRadiusList As IEnumerable(Of ColorRadius)
 
Dim instance As New ColorDropOptions(extract, dropToColor, colorRadiusList)

Parameters

extract
Set to true to extract specified colors and drop all others to DropToColor.
dropToColor
Color that will be used for dropped colors
colorRadiusList
Color radius list
Remarks
Use this to specify a custom color and radius.
See Also

Reference

ColorDropOptions Class
ColorDropOptions Members
Overload List