MonobjcMonobjc Documented Class Library
CharacterBoundsAtIndex Method (index)
NamespacesMonobjc.QuartzPDFPageCharacterBoundsAtIndex(NSInteger)

Returns the bounds, in page space, of the character at the specified index.

Original signature is '- (NSRect)characterBoundsAtIndex:(NSInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect CharacterBoundsAtIndex(
	NSInteger index
)
Public Overridable Function CharacterBoundsAtIndex ( _
	index As NSInteger _
) As NSRect
public:
virtual NSRect CharacterBoundsAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Quartz.PDFPage.CharacterBoundsAtIndex(Monobjc.Foundation.NSInteger)"]

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.Quartz (Module: Monobjc.Quartz)