MonobjcMonobjc Documented Class Library
SetFrameFromString Method (frameString)
NamespacesMonobjc.AppKitNSWindowSetFrameFromString(NSString)

Sets the window’s frame rectangle from a given string representation.

Original signature is '- (void)setFrameFromString:(NSString *)frameString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetFrameFromString(
	NSString frameString
)
Public Overridable Sub SetFrameFromString ( _
	frameString As NSString _
)
public:
virtual void SetFrameFromString(
	NSString^ frameString
)
Parameters
frameString (NSString)
A string representation of a frame rectangle, previously creating using stringWithSavedFrame.
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)