Represents a marker on the selected entity

The following tables list the members exposed by the Marker type.

Name Description
Public constructor Marker Initializes a new instance of the Marker class.
Top
Name Description
Public property Entity An entity for which current marker was created
Public property Index Marker's number in the collection of markers
Public property Point Absolute coordinates of the marker
Public property Selected Gets or sets a value indicating whether this Marker is selected.
Top
Name Description
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Paint Draws markers on the selected entity.
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top