NSSliderCell.DrawKnob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DrawKnob() | |
DrawKnob(CGRect) |
DrawKnob()
[Foundation.Export("drawKnob")]
public virtual void DrawKnob ();
abstract member DrawKnob : unit -> unit
override this.DrawKnob : unit -> unit
- Attributes
Applies to
DrawKnob(CGRect)
[Foundation.Export("drawKnob:")]
public virtual void DrawKnob (CoreGraphics.CGRect knobRect);
abstract member DrawKnob : CoreGraphics.CGRect -> unit
override this.DrawKnob : CoreGraphics.CGRect -> unit
Parameters
- knobRect
- CGRect
- Attributes