MonobjcMonobjc Documented Class Library
AddUpdateRect Method (aRect)
NamespacesMonobjc.QuartzCoreCARendererAddUpdateRect(CGRect)

Adds the rectangle to the update region of the current frame.

Original signature is '- (void)addUpdateRect:(CGRect)aRect'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddUpdateRect(
	CGRect aRect
)
Public Overridable Sub AddUpdateRect ( _
	aRect As CGRect _
)
public:
virtual void AddUpdateRect(
	CGRect aRect
)
Parameters
aRect (CGRect)
A rectangle defining the region to be added to the update region.
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)