BCGSuite for MFC
CBCGPCircularGaugePointer::CBCGPCircularGaugePointer ( const CBCGPBrush brFill,
const CBCGPBrush brOutline,
BCGP_GAUGE_POINTER_STYLE  style = BCGP_GAUGE_NEEDLE_TRIANGLE,
double  dblSize = 0.0,
double  dblWidth = 0.0,
BOOL  bExtraLen = FALSE 
)
inline

Constructs a CBCGPCircularGaugePointer object.

Style can be one of the following values:

  • BCGP_GAUGE_NEEDLE_TRIANGLE (default)
  • BCGP_GAUGE_NEEDLE_RECT
  • BCGP_GAUGE_NEEDLE_ARROW
  • BCGP_GAUGE_NEEDLE_ARROW_BASE
Parameters
brFillpointer background brush
brOutlinepointer outline brush
stylepointer style
dblSizepointer size (in 1/100 from the scale width)
dblWidthpointer width
bExtraLenTRUE if pointer is located over the gauge cap; FALSE - otherwise