MonobjcMonobjc Documented Class Library
IsPausedRendering Property
NamespacesMonobjc.QuartzQCViewIsPausedRendering

Returns whether or not the rendering in the view is paused.

Original signature is '- (BOOL) isPausedRendering'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsPausedRendering { get; }
Public Overridable ReadOnly Property IsPausedRendering As Boolean
	Get
public:
virtual property bool IsPausedRendering {
	bool 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.Quartz (Module: Monobjc.Quartz)