MonobjcMonobjc Documented Class Library
SetBoundsSize Method (newSize)
NamespacesMonobjc.AppKitNSViewSetBoundsSize(NSSize)

Sets the size of the receiver’s bounds rectangle to specified dimensions, inversely scaling its coordinate system relative to its frame rectangle.

Original signature is '- (void)setBoundsSize:(NSSize)newSize'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetBoundsSize(
	NSSize newSize
)
Public Overridable Sub SetBoundsSize ( _
	newSize As NSSize _
)
public:
virtual void SetBoundsSize(
	NSSize newSize
)
Parameters
newSize (NSSize)
An NSSize structure specifying the new width and height of the receiver's bounds rectangle.
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)