MonobjcMonobjc Documented Class Library
BaselineDeltaForCharacterAtIndex Method (anIndex)
NamespacesMonobjc.AppKitINSTextInputClientBaselineDeltaForCharacterAtIndex(NSUInteger)

Returns the baseline position of a given character relative to the origin of rectangle returned by firstRectForCharacterRange:actualRange:.

Original signature is '- (CGFloat)baselineDeltaForCharacterAtIndex:(NSUInteger)anIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
CGFloat BaselineDeltaForCharacterAtIndex(
	NSUInteger anIndex
)
Function BaselineDeltaForCharacterAtIndex ( _
	anIndex As NSUInteger _
) As CGFloat
CGFloat BaselineDeltaForCharacterAtIndex(
	NSUInteger anIndex
)
Parameters
anIndex (NSUInteger)
Index of the character whose baseline is tested.
Return Value
The vertical distance, in points, between the baseline of the character at anIndex and the rectangle origin.
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)