MonobjcMonobjc Documented Class Library
DisplayIfNeededIgnoringOpacity Method
NamespacesMonobjc.AppKitNSViewDisplayIfNeededIgnoringOpacity()()()()

Acts as displayIfNeeded, except that this method doesn’t back up to the first opaque ancestor—it simply causes the receiver and its descendants to execute their drawing code.

Original signature is '- (void)displayIfNeededIgnoringOpacity'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DisplayIfNeededIgnoringOpacity()
Public Overridable Sub DisplayIfNeededIgnoringOpacity
public:
virtual void DisplayIfNeededIgnoringOpacity()
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)