void CBCGPChartDiagram3D::ScalePoint | ( | CBCGPPoint & | ptInOut, |
const CBCGPPoint & | ptDiagramCenter | ||
) | const |
Converts a point from normalized to screen coordinates.
Call this method to convert a point from normalized to screen coordinates.
For example, a point (0,0) will be converted to diagram center (if the current scroll offset is 0).
ptInOut | Specifies Input/output coordinates. |
ptDiagramCenter | Specifies the center of 3D diagram. |