MonobjcMonobjc Documented Class Library
GetRectsExposedDuringLiveResizeCount Method (exposedRects, count)
NamespacesMonobjc.AppKitNSViewGetRectsExposedDuringLiveResizeCount(NSRect, NSInteger%)

Returns a list of rectangles indicating the newly exposed areas of the receiver.

Original signature is '- (void)getRectsExposedDuringLiveResize:(NSRect)exposedRects count:(NSInteger *)count'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetRectsExposedDuringLiveResizeCount(
	NSRect exposedRects,
	out NSInteger count
)
Public Overridable Sub GetRectsExposedDuringLiveResizeCount ( _
	exposedRects As NSRect, _
	<OutAttribute> ByRef count As NSInteger _
)
public:
virtual void GetRectsExposedDuringLiveResizeCount(
	NSRect exposedRects, 
	[OutAttribute] NSInteger% count
)
Parameters
exposedRects (NSRect)
On return, contains the list of rectangles. The returned rectangles are in the coordinate space of the receiver.
count (NSInteger%)
Contains the number of rectangles in exposedRects; this value may be 0 and is guaranteed to be no more than 4.
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)