SelectionBoxColorsSettings Class

Class that holds the colors used to draw the selection box and polygon.
Public Class SelectionBoxColorsSettings
This language is not supported or no code example is available.
public class SelectionBoxColorsSettings
This language is not supported or no code example is available.
Name Description
Public constructor SelectionBoxColorsSettings(Color, Color, Color) Obsolete. Deprecated constructor. Use the overload with the borderXOR parameter.
Public constructor SelectionBoxColorsSettings() Empty constructor.
Public constructor SelectionBoxColorsSettings(Color, Color, Color, bool) Standard constructor.
Top
Name Description
Public property BorderXOR When true the border is drawn in XOR, otherwise it is drawn according to the box color.
Public property Crossing Gets or sets the color used to draw the box and polygon for crossing selection modes (actionType.SelectByBox, actionType.SelectByPolygon).
Public property Enclosed Gets or sets the color used to draw the box and polygon for enclosed selection modes (actionType.SelectByBoxEnclosed, actionType.SelectByPolygonEnclosed).
Public property Visible Gets or sets the color used to draw the box and polygon for visible selection modes (actionType.SelectVisibleByBox, actionType.SelectVisibleByPolygon).
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.SelectionBoxColorsSettings

.NET Framework

Supported in: 4.7.2

In this article

Definition