class ReticlePathElement

Parents

object

IEquatable<ReticlePathElement>

IEqualityComparer<ReticlePathElement>

IFormattable

ICloneable

Brief

The base class for path elements

Details

The implementations are ReticlePathElementArc , ReticlePathElementMoveTo , and ReticlePathElementLineTo

Public Properties

ElementType

The type of the action

Position

The position of action

Public Methods

As

Cast this object to the specific 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 whether the object equals to another object

Equals

Checks equality of two objects

GetHashCode

Returns the hash code of the object

ToString

Converts the object to the string of the default format

ToString

Converts the object to the string of the format specified

Protected Methods

EqualsInternal

Checks whether the element equals to another elements

ToStringInternal

Converts the object to the string of the format specified

back