class ReticlePosition

Parents

object

IEquatable<ReticlePosition>

IFormattable

ICloneable

Brief

A position on the reticle

Public Properties

X

X-coordinate

Y

X-coordinate

Public Constructors

ReticlePosition

Default constructor

ReticlePosition

Constructor for the coordinates specified as numbers

ReticlePosition

Constructor for the specified position coordinates

Public Methods

Clone

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

Equals

Checks whether the class equals to another class

Equals

Checks whether the class equals to another class

GetHashCode

Returns hash code of the object

ToString

Converts the object to string representation

ToString

Converts the object to string representation with the format and culture specified

back