Contains
Checks if the point is inside the control area of the chart.
bool Contains(
const int x,
const int y
) |
Parameters
x
[in] X coordinate.
y
[in] Y coordinate.
Returned value
Contains
Checks if the specified control is inside the control area of the chart.
bool Contains(
const CWnd* control
) const |
Parameters
control
[in] Object pointer.
Returned value