MonobjcMonobjc Documented Class Library
SetFrameOrigin Method (newOrigin)
NamespacesMonobjc.AppKitNSViewSetFrameOrigin(NSPoint)

Sets the origin of the receiver’s frame rectangle to the specified point, effectively repositioning it within its superview.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetFrameOrigin(
	NSPoint newOrigin
)
Public Overridable Sub SetFrameOrigin ( _
	newOrigin As NSPoint _
)
public:
virtual void SetFrameOrigin(
	NSPoint newOrigin
)
Parameters
newOrigin (NSPoint)
The point that is the new origin of the receiver's frame.
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)