public method ReticleDrawController.DrawBulletDropCompensator

Brief

BDC on the specified canvas

Declaration
C#
void  DrawBulletDropCompensator (IEnumerable<TrajectoryPoint> trajectory, Measurement<DistanceUnit> zero, bool closeBdc, DistanceUnit units, string color)

Parameters
trajectory

The trajectory to get the BDC parameters

zero

The Zero distance

closeBdc

The flag indicating whether BDC point should take distance closer than zero (true) or more far than zero (false)

units

The units of the distance for BDC labels

color

The text color for BDC labels

Details

Call this method after drawing the reticle

NOTE: BDC puts the distance at the next trajectory point after the trajectory crossed the BDC level. So, for acceptable precision, the trajectory step must be equal or less than 25 yards.

Declared in ReticleDrawController

back