MonobjcMonobjc Documented Class Library
UpdateBounds Property
NamespacesMonobjc.QuartzCoreCARendererUpdateBounds

Returns the bounds of the update region that contains all pixels that will be rendered by the current frame.

Original signature is '- (CGRect)updateBounds'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGRect UpdateBounds { get; }
Public Overridable ReadOnly Property UpdateBounds As CGRect
	Get
public:
virtual property CGRect UpdateBounds {
	CGRect get ();
}
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)