SelectionBoxColorsSettings(Color, Color, Color, Boolean) Constructor

Standard constructor.
Public Sub New( _ 
ByVal crossing As Color, _ 
ByVal enclosed As Color, _ 
ByVal visible As Color, _ 
ByVal borderXOR As Boolean
)
This language is not supported or no code example is available.
public SelectionBoxColorsSettings( 
Color crossing
Color enclosed
Color visible
bool borderXOR 
)
This language is not supported or no code example is available.

Parameters

crossing
Color

The color used to draw the box and polygon for crossing selection mode

enclosed
Color

The color used to draw the box and polygon for enclosed selection mode

visible
Color

The color used to draw the box and polygon for visible selection mode

borderXOR
bool

.NET Framework

Supported in: 4.8

In this article

Definition