Returns the rectangle into which the menu item’s state image should be drawn.
Original signature is '- (NSRect)stateImageRectForBounds:(NSRect)cellFrame'
Available in Mac OS X v10.0 and later.


- cellFrame (NSRect)
- A rectangle that defines the bounds of the receiver.

The returned rectangle is based on cellFrame but encompasses only the area to be occupied by the menu item’s state image.

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