MonobjcMonobjc Documented Class Library
DrawBarInsideFlipped Method (aRect, flipped)
NamespacesMonobjc.AppKitNSSliderCellDrawBarInsideFlipped(NSRect, Boolean)

Draws the slider’s bar—but not its bezel or knob—inside the specified rectangle.

Original signature is '- (void)drawBarInside:(NSRect)aRect flipped:(BOOL)flipped'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawBarInsideFlipped(
	NSRect aRect,
	bool flipped
)
Public Overridable Sub DrawBarInsideFlipped ( _
	aRect As NSRect, _
	flipped As Boolean _
)
public:
virtual void DrawBarInsideFlipped(
	NSRect aRect, 
	bool flipped
)
Parameters
aRect (NSRect)
The bounds of the slider's bar, not of its interior rectangle.
flipped (Boolean)
A Boolean value that indicates whether the cell’s control view—that is, the NSSlider or NSMatrix associated with the NSSliderCell—has a flipped coordinate system.
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)