public method ReticleDrawController.DrawTarget

Brief

Draws a square target on the specified canvas

Declaration
C#
void  DrawTarget (IEnumerable<TrajectoryPoint> trajectory, Measurement<DistanceUnit> targetSize, Measurement<DistanceUnit> targetDistance, string color)

Parameters
trajectory

The trajectory to get the BDC parameters

targetSize

The size of a side of a rectangular target

targetDistance

The distance to the target

color

The color of the target

Details

Use this method before drawing the reticle

Declared in ReticleDrawController

back