MonobjcMonobjc Documented Class Library
SetLocationsStartingGlyphIndexesCountForGlyphRange Method (locations, glyphIndexes, count, glyphRange)
NamespacesMonobjc.AppKitNSLayoutManagerSetLocationsStartingGlyphIndexesCountForGlyphRange(IntPtr, IntPtr, NSUInteger, NSRange)

Sets locations for many glyph ranges at once.

Original signature is '- (void)setLocations:(NSPointArray)locations startingGlyphIndexes:(NSUInteger *)glyphIndexes count:(NSUInteger)count forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetLocationsStartingGlyphIndexesCountForGlyphRange(
	IntPtr locations,
	IntPtr glyphIndexes,
	NSUInteger count,
	NSRange glyphRange
)
Public Overridable Sub SetLocationsStartingGlyphIndexesCountForGlyphRange ( _
	locations As IntPtr, _
	glyphIndexes As IntPtr, _
	count As NSUInteger, _
	glyphRange As NSRange _
)
public:
virtual void SetLocationsStartingGlyphIndexesCountForGlyphRange(
	IntPtr locations, 
	IntPtr glyphIndexes, 
	NSUInteger count, 
	NSRange glyphRange
)
Parameters
locations (IntPtr)
The locations to which the first glyph in each range is set, relative to the origin of the glyph’s line fragment origin.
glyphIndexes (IntPtr)
Indexes in glyphRange of the glyphs whose locations are set.
count (NSUInteger)
The number of glyphs whose locations are set.
glyphRange (NSRange)
The entire glyph range containing all the glyphs whose locations are 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)