MonobjcMonobjc Documented Class Library
WriteEPSInsideRectToPasteboard Method (aRect, pboard)
NamespacesMonobjc.AppKitNSViewWriteEPSInsideRectToPasteboard(NSRect, NSPasteboard)

Writes EPS data that draws the region of the receiver within a specified rectangle onto a pasteboard.

Original signature is '- (void)writeEPSInsideRect:(NSRect)aRect toPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void WriteEPSInsideRectToPasteboard(
	NSRect aRect,
	NSPasteboard pboard
)
Public Overridable Sub WriteEPSInsideRectToPasteboard ( _
	aRect As NSRect, _
	pboard As NSPasteboard _
)
public:
virtual void WriteEPSInsideRectToPasteboard(
	NSRect aRect, 
	NSPasteboard^ pboard
)
Parameters
aRect (NSRect)
A rectangle defining the region.
pboard (NSPasteboard)
An object representing a pasteboard.
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)