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) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
devDept.Eyeshot.SelectionBoxColorsSettings

.NET Framework

Supported in: 4.8

In this article

Definition