<< Click to display table of contents >> TSRichViewEdit.OutZoomRect |
Zoom the rectangle out by the specified Ratio.
function OutZoomRect(r: TRect; Ratio: Single): TRect;
This method divides all coordinates in r by Ratio and returns the modified rectangle.
This method may be useful for calculating coordinates in TSRichViewEdit component.
See also: