MonobjcMonobjc Documented Class Library
SetFrameOrigin Method (point)
NamespacesMonobjc.AppKitNSWindowSetFrameOrigin(NSPoint)

Positions the bottom-left corner of the window’s frame rectangle at a given point in screen coordinates.

Original signature is '- (void)setFrameOrigin:(NSPoint)point'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetFrameOrigin(
	NSPoint point
)
Public Overridable Sub SetFrameOrigin ( _
	point As NSPoint _
)
public:
virtual void SetFrameOrigin(
	NSPoint point
)
Parameters
point (NSPoint)
The new position of the window’s bottom-left corner in screen coordinates.
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)