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.

C# | Visual Basic | Visual 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 )

- aRect (NSRect)
- A rectangle defining the region.
- pboard (NSPasteboard)
- An object representing a pasteboard.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)