MonobjcMonobjc Documented Class Library
DrawKnob Method
NamespacesMonobjc.AppKitNSSliderCellDrawKnob()()()()
Members
IconMemberDescription
DrawKnob()()()()

Calculates the rectangle in which the knob should be drawn, then invokes drawKnob: to actually draw the knob.

Original signature is '- (void)drawKnob'

Available in Mac OS X v10.0 and later.


DrawKnob(NSRect)

Draws the slider knob in the given rectangle.

Original signature is '- (void)drawKnob:(NSRect)knobRect'

Available in Mac OS X v10.0 and later.


Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)