MonobjcMonobjc Documented Class Library
DataWithEPSInsideRect Method (rect)
NamespacesMonobjc.AppKitNSWindowDataWithEPSInsideRect(NSRect)

Returns EPS data that draws the region of the window within a given rectangle.

Original signature is '- (NSData *)dataWithEPSInsideRect:(NSRect)rect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSData DataWithEPSInsideRect(
	NSRect rect
)
Public Overridable Function DataWithEPSInsideRect ( _
	rect As NSRect _
) As NSData
public:
virtual NSData^ DataWithEPSInsideRect(
	NSRect rect
)
Parameters
rect (NSRect)
A rectangle (expressed in the window’s coordinate system) that identifies the region to be expressed as EPS data.
Return Value
The region in the window (identified by rect) as EPS data.
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)