Share via


NSTextView.DrawInsertionPoint(CGRect, NSColor, Boolean) Method

Definition

[Foundation.Export("drawInsertionPointInRect:color:turnedOn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawInsertionPoint(CoreGraphics.CGRect rect, AppKit.NSColor color, bool turnedOn);
[<Foundation.Export("drawInsertionPointInRect:color:turnedOn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawInsertionPoint : CoreGraphics.CGRect * AppKit.NSColor * bool -> unit
override this.DrawInsertionPoint : CoreGraphics.CGRect * AppKit.NSColor * bool -> unit

Parameters

rect
CGRect
color
NSColor
turnedOn
Boolean
Attributes

Applies to