MonobjcMonobjc Documented Class Library
DrawWithFrameInViewCharacterIndex Method (cellFrame, aView, charIndex)
NamespacesMonobjc.AppKitINSTextAttachmentCellDrawWithFrameInViewCharacterIndex(NSRect, NSView, NSUInteger)

Draws the receiver’s image within cellFrame in aView, which is the view currently focused. charIndex is the index of the attachment character within the text. (required)

Original signature is '- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)aView characterIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void DrawWithFrameInViewCharacterIndex(
	NSRect cellFrame,
	NSView aView,
	NSUInteger charIndex
)
Sub DrawWithFrameInViewCharacterIndex ( _
	cellFrame As NSRect, _
	aView As NSView, _
	charIndex As NSUInteger _
)
void DrawWithFrameInViewCharacterIndex(
	NSRect cellFrame, 
	NSView^ aView, 
	NSUInteger charIndex
)
Parameters
cellFrame (NSRect)
MISSING
aView (NSView)
MISSING
charIndex (NSUInteger)
MISSING
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)