MonobjcMonobjc Documented Class Library
ResizeWithOldSuperlayerSize Method (size)
NamespacesMonobjc.QuartzCoreCALayerResizeWithOldSuperlayerSize(CGSize)

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

Original signature is '- (void)resizeWithOldSuperlayerSize:(CGSize)size'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ResizeWithOldSuperlayerSize(
	CGSize size
)
Public Overridable Sub ResizeWithOldSuperlayerSize ( _
	size As CGSize _
)
public:
virtual void ResizeWithOldSuperlayerSize(
	CGSize size
)
Parameters
size (CGSize)
The previous size of the superlayer’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)