Returns an array of the bounding rectangles for the specified glyphs rendered by the receiver.
Original signature is '- (void)getBoundingRects:(NSRectArray)bounds forGlyphs:(const NSGlyph *)glyphs count:(NSUInteger)glyphCount'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual void GetBoundingRectsForGlyphsCount( IntPtr bounds, IntPtr glyphs, NSUInteger glyphCount )
Public Overridable Sub GetBoundingRectsForGlyphsCount ( _ bounds As IntPtr, _ glyphs As IntPtr, _ glyphCount As NSUInteger _ )
public: virtual void GetBoundingRectsForGlyphsCount( IntPtr bounds, IntPtr glyphs, NSUInteger glyphCount )


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