Sets the size at which the given glyph (assumed to be an attachment) is asked to draw in the given glyph range.
Original signature is '- (void)setAttachmentSize:(NSSize)attachmentSize forGlyphRange:(NSRange)glyphRange'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public virtual void SetAttachmentSizeForGlyphRange(
NSSize attachmentSize,
NSRange glyphRange
)
Public Overridable Sub SetAttachmentSizeForGlyphRange ( _
attachmentSize As NSSize, _
glyphRange As NSRange _
)
public:
virtual void SetAttachmentSizeForGlyphRange(
NSSize attachmentSize,
NSRange glyphRange
)

Parameters
- attachmentSize (NSSize)
- The glyph size to set.
- glyphRange (NSRange)
- The attachment glyph’s position in the glyph stream.

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)