class ReticleElement

Parents

object

IEquatable<ReticleElement>

IEqualityComparer<ReticleElement>

IFormattable

ICloneable

Brief

An element of a reticle

Details

The implementation types are ReticleCircle , ReticleLine , ReticlePath , ReticleRectangle , and ReticleText .

Public Properties

ElementType

The type of the element

Public Methods

As

Cast to the specified type

Clone

Creates a new object that is a copy of the current instance.

Equals

Checks whether the element equals to another elements

Equals

Checks equality of two objects

Equals

Checks whether the object equals to another object

GetHashCode

Returns the hash code of the object

ToString

Coverts object to default string

ToString

Converts object to the string of the format specified

Protected Methods

EqualsInternal

Checks whether the element equals to another elements

ToStringInternal

Converts object to the string of the format specified.

back