MonobjcMonobjc Documented Class Library
LocationOfPrintRect Method (aRect)
NamespacesMonobjc.AppKitNSViewLocationOfPrintRect(NSRect)

Invoked by print: to determine the location of the region of the receiver being printed on the physical page.

Original signature is '- (NSPoint)locationOfPrintRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint LocationOfPrintRect(
	NSRect aRect
)
Public Overridable Function LocationOfPrintRect ( _
	aRect As NSRect _
) As NSPoint
public:
virtual NSPoint LocationOfPrintRect(
	NSRect aRect
)
Parameters
aRect (NSRect)
A rectangle defining a region of the receiver; it is expressed in the default coordinate system of the page.
Return Value
A point to be used for setting the origin for aRect, whose size the receiver can examine in order to properly place it. It is expressed in the default coordinate system of the page.
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)