MonobjcMonobjc Documented Class Library
NotShownAttributeForGlyphAtIndex Method (glyphIndex)
NamespacesMonobjc.AppKitNSLayoutManagerNotShownAttributeForGlyphAtIndex(NSUInteger)

Indicates whether the glyph at the given index is one that isn’t shown.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool NotShownAttributeForGlyphAtIndex(
	NSUInteger glyphIndex
)
Public Overridable Function NotShownAttributeForGlyphAtIndex ( _
	glyphIndex As NSUInteger _
) As Boolean
public:
virtual bool NotShownAttributeForGlyphAtIndex(
	NSUInteger glyphIndex
)
Parameters
glyphIndex (NSUInteger)
Index of the glyph.
Return Value
YES if the glyph at glyphIndex is not shown; otherwise NO.
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)