MonobjcMonobjc Documented Class Library
ResizeWithOldSuperviewSize Method (oldBoundsSize)
NamespacesMonobjc.AppKitNSViewResizeWithOldSuperviewSize(NSSize)

Informs the receiver that the bounds size of its superview has changed.

Original signature is '- (void)resizeWithOldSuperviewSize:(NSSize)oldBoundsSize'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ResizeWithOldSuperviewSize(
	NSSize oldBoundsSize
)
Public Overridable Sub ResizeWithOldSuperviewSize ( _
	oldBoundsSize As NSSize _
)
public:
virtual void ResizeWithOldSuperviewSize(
	NSSize oldBoundsSize
)
Parameters
oldBoundsSize (NSSize)
The previous size of the superview'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)