BOOL CBCGPLinearGaugeImpl::ValueToPoint | ( | double | dblValue, |
CBCGPPoint & | point, | ||
int | nScale = 0 , |
||
BOOL | bOffset = FALSE |
||
) | const |
Given a gauge value returns a point in client coordinates.
dblValue | Specifies a gauge value. |
point | Contains a point when the function returns. |
nScale | Specifies a scale index. |
bOffset | Specifies whether a scroll offset should be used. |