CrosshairShape

Description

Shape of drawn crosshairs representing points.

Values of this enumeration:

  • Point - Draws the crosshair as a point defined in the drawing style.
  • RoundFrame
  • SquareFrame

namespace CrosshairShape
{
	enum Type
	{
		Point,
		RoundFrame,
		SquareFrame
	};
}