BOOL CBCGPChartVisualObject::FireMouseMessage | ( | UINT | nMsg, |
int | nButton, | ||
const CBCGPPoint & | pt, | ||
BOOL | bUseLastHit = FALSE |
||
) |
Sends a mouse message to the chart's owner.
If bUseLastHit is FALSE the method calls HitTestInternal(). Otherwise it uses information stored in m_lastHit.
nMsg | The message ID. |
nButton | Mouse button index. |
pt | Current mouse pointer position in owner's client coordinates. |
bUseLastHit | Specifies whether to use the last hit test. |