BCGControlBar Pro for MFC
void CBCGPTransformMatrix::CreateScale ( double  x,
double  y,
double  center_x = 0.0,
double  center_y = 0.0 
)

Creates a scale transformation matrix.

Parameters
xThe horizontal scaling value.
yThe vertical scaling value. If this value is zero, x will be used
center_xScaling center horizontal position.
center_yScaling center vertical position.