MonobjcMonobjc Documented Class Library
BeginPageInRectAtPlacement Method (aRect, location)
NamespacesMonobjc.AppKitNSViewBeginPageInRectAtPlacement(NSRect, NSPoint)

Called at the beginning of each page, this method sets up the coordinate system so that a region inside the receiver’s bounds is translated to a specified location..

Original signature is '- (void)beginPageInRect:(NSRect)aRect atPlacement:(NSPoint)location'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void BeginPageInRectAtPlacement(
	NSRect aRect,
	NSPoint location
)
Public Overridable Sub BeginPageInRectAtPlacement ( _
	aRect As NSRect, _
	location As NSPoint _
)
public:
virtual void BeginPageInRectAtPlacement(
	NSRect aRect, 
	NSPoint location
)
Parameters
aRect (NSRect)
A rectangle defining the region to be translated.
location (NSPoint)
A point that is the end-point of translation.
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)