Share via


NSButtonCell.DrawBezelWithFrame(CGRect, NSView) Method

Definition

[Foundation.Export("drawBezelWithFrame:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawBezelWithFrame(CoreGraphics.CGRect frame, AppKit.NSView controlView);
[<Foundation.Export("drawBezelWithFrame:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawBezelWithFrame : CoreGraphics.CGRect * AppKit.NSView -> unit
override this.DrawBezelWithFrame : CoreGraphics.CGRect * AppKit.NSView -> unit

Parameters

frame
CGRect
controlView
NSView
Attributes

Applies to