Converts the corners of a specified rectangle to lie on the center of device pixels, which is useful in compensating for rendering overscanning when the coordinate system has been scaled.
Original signature is '- (NSRect)centerScanRect:(NSRect)aRect'
Available in Mac OS X v10.0 and later.


- aRect (NSRect)
- The rectangle whose corners are to be converted.

The adjusted rectangle.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)