MonobjcMonobjc Documented Class Library
GetBoundingRectsForGlyphsCount Method (bounds, glyphs, glyphCount)
NamespacesMonobjc.AppKitNSFontGetBoundingRectsForGlyphsCount(IntPtr, IntPtr, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
bounds (IntPtr)
MISSING
glyphs (IntPtr)
MISSING
glyphCount (NSUInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)