SRGraphRect::CRectToSRGRect

voidSRGraphRect::CRectToSRGRect(CRect &rect, CRect&rect, CDC *pDC)

Calculates a SRGraphRect from a screen CRect -- overload that provides support for the percentage measurement system

Defined in: SRGraphRect.cpp

Parameters

rect

Reference to the rectangle to be converted

rect

Pointer to the device context being used

pDC

Pointer to the CWnd from which the client size is taken

See also...

CRectToSRGRect

Developer Notes

Redundant because the original routine does the calculation now