MonobjcMonobjc Documented Class Library
SetLocationForStartOfGlyphRange Method (aPoint, glyphRange)
NamespacesMonobjc.AppKitNSLayoutManagerSetLocationForStartOfGlyphRange(NSPoint, NSRange)

Sets the location for the first glyph of the given range.

Original signature is '- (void)setLocation:(NSPoint)aPoint forStartOfGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetLocationForStartOfGlyphRange(
	NSPoint aPoint,
	NSRange glyphRange
)
Public Overridable Sub SetLocationForStartOfGlyphRange ( _
	aPoint As NSPoint, _
	glyphRange As NSRange _
)
public:
virtual void SetLocationForStartOfGlyphRange(
	NSPoint aPoint, 
	NSRange glyphRange
)
Parameters
aPoint (NSPoint)
The location to which the first glyph is set, relative to the origin of the glyph’s line fragment origin.
glyphRange (NSRange)
The glyphs whose location is set.
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)