MonobjcMonobjc Documented Class Library
DisplayRectIgnoringOpacityInContext Method (aRect, context)
NamespacesMonobjc.AppKitNSViewDisplayRectIgnoringOpacityInContext(NSRect, NSGraphicsContext)

Causes the receiver and its descendants to be redrawn to the specified graphics context.

Original signature is '- (void)displayRectIgnoringOpacity:(NSRect)aRect inContext:(NSGraphicsContext *)context'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DisplayRectIgnoringOpacityInContext(
	NSRect aRect,
	NSGraphicsContext context
)
Public Overridable Sub DisplayRectIgnoringOpacityInContext ( _
	aRect As NSRect, _
	context As NSGraphicsContext _
)
public:
virtual void DisplayRectIgnoringOpacityInContext(
	NSRect aRect, 
	NSGraphicsContext^ context
)
Parameters
aRect (NSRect)
A rectangle defining the region of the receiver to be redrawn. It should be specified in the coordinate system of the receiver.
context (NSGraphicsContext)
The graphics context in which drawing will occur. See the discussion below for more about this parameter.
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)