MonobjcMonobjc Documented Class Library
ResizeSubviewsWithOldSize Method (oldBoundsSize)
NamespacesMonobjc.AppKitNSViewResizeSubviewsWithOldSize(NSSize)

Informs the receiver’s subviews that the receiver’s bounds rectangle size has changed.

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

Available in Mac OS X v10.0 and later.

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