dataWithEPS(inside:)
Returns EPS data that draws the region of the window within a given rectangle.
Declaration
func dataWithEPS(inside rect: NSRect) -> DataParameters
- rect:
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.
Discussion
This data can be placed on a pasteboard, written to a file, or used to create an NSImage object.