class ReticlePath

Parents

ReticleElement

Brief

Reticle path.

Details

Path is a sequence of drawing primitives - lines and arcs.

Public Properties

Color

The line color.

Elements

The collection of reticle's elements

Fill

The flag indicating whether the path needs to be filled

LineWidth

The flag indicating the line width

Public Constructors

ReticlePath

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 object to the string of the format specified.

back