MonobjcMonobjc Documented Class Library
DrawsOutsideLineFragmentForGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerDrawsOutsideLineFragmentForGlyphAtIndex(NSUInteger)

Indicates whether the glyph draws outside of its line fragment rectangle.

Original signature is '- (BOOL)drawsOutsideLineFragmentForGlyphAtIndex:(NSUInteger)glyphIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool DrawsOutsideLineFragmentForGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function DrawsOutsideLineFragmentForGlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As Boolean
public:
virtual bool DrawsOutsideLineFragmentForGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
Index of the glyph.
Return Value
YES if the glyph at glyphIndex exceeds the bounds of the line fragment where it’s laid out, NO otherwise.
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)