MonobjcMonobjc Documented Class Library
DrawGlyphsForGlyphRangeAtPoint Method (glyphsToShow, origin)
NamespacesMonobjc.AppKitNSLayoutManagerDrawGlyphsForGlyphRangeAtPoint(NSRange, NSPoint)

Draws the glyphs in the given glyph range, which must lie completely within a single text container.

Original signature is '- (void)drawGlyphsForGlyphRange:(NSRange)glyphsToShow atPoint:(NSPoint)origin'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawGlyphsForGlyphRangeAtPoint(
	NSRange glyphsToShow,
	NSPoint origin
)
Public Overridable Sub DrawGlyphsForGlyphRangeAtPoint ( _
	glyphsToShow As NSRange, _
	origin As NSPoint _
)
public:
virtual void DrawGlyphsForGlyphRangeAtPoint(
	NSRange glyphsToShow, 
	NSPoint origin
)
Parameters
glyphsToShow (NSRange)
The range of glyphs that are drawn.
origin (NSPoint)
The position of the text container in the coordinate system of the currently focused view.
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)