MonobjcMonobjc Documented Class Library
DrawWellInside Method (insideRect)
NamespacesMonobjc.AppKitNSColorWellDrawWellInside(NSRect)

Draws the colored area inside the receiver at the specified location without drawing borders.

Original signature is '- (void)drawWellInside:(NSRect)insideRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawWellInside(
	NSRect insideRect
)
Public Overridable Sub DrawWellInside ( _
	insideRect As NSRect _
)
public:
virtual void DrawWellInside(
	NSRect insideRect
)
Parameters
insideRect (NSRect)
The rectangle specifying the area within which to draw.
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)