Eyeshot 10 WinForms API Reference
SelectionBoxColorsSettings Constructor(Color,Color,Color,Boolean)

WinForms Assembly > devDept.Eyeshot Namespace > SelectionBoxColorsSettings Class > SelectionBoxColorsSettings Constructor : SelectionBoxColorsSettings Constructor(Color,Color,Color,Boolean)
The color used to draw the box and polygon for crossing selection mode
The color used to draw the box and polygon for enclosed selection mode
The color used to draw the box and polygon for visible selection mode
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal crossing As Color, _
   ByVal enclosed As Color, _
   ByVal visible As Color, _
   ByVal borderXOR As Boolean _
)
public SelectionBoxColorsSettings( 
   Color crossing,
   Color enclosed,
   Color visible,
   bool borderXOR
)

Parameters

crossing
The color used to draw the box and polygon for crossing selection mode
enclosed
The color used to draw the box and polygon for enclosed selection mode
visible
The color used to draw the box and polygon for visible selection mode
borderXOR
See Also

Reference

SelectionBoxColorsSettings Class
SelectionBoxColorsSettings Members
Overload List