MonobjcMonobjc Documented Class Library
DrawWithFrameInView Method (cellFrame, aView)
NamespacesMonobjc.AppKitINSTextAttachmentCellDrawWithFrameInView(NSRect, NSView)

Draws the receiver’s image within cellFrame in aView, which is the view currently focused. (required)

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

Available in Mac OS X v10.0 and later.

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