MonobjcMonobjc Documented Class Library
ResizeSublayersWithOldSize Method (size)
NamespacesMonobjc.QuartzCoreCALayerResizeSublayersWithOldSize(CGSize)

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

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

Available in Mac OS X v10.5 and later.

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