class ReticlePathElementArc

Parents

ReticlePathElement

Brief

Arc path element

Public Properties

ClockwiseDirection

The clockwise or counterclockwise direction of the arc

MajorArc

The flag indicating whether major or minor arc should be used

Radius

The radius of the arc

Public Constructors

ReticlePathElementArc

Constructor

Public Methods

Clone

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

GetHashCode

Serves as the default hash function.

Protected Methods

EqualsInternal

Checks whether the element equals to another elements

ToStringInternal

Converts the object to the string of the format specified

back