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.


- newOrigin (NSPoint)
- The point that is the new origin of the receiver's frame.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)