NSTextView.DrawInsertionPoint(CGRect, NSColor, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("drawInsertionPointInRect:color:turnedOn:")]
public virtual void DrawInsertionPoint (CoreGraphics.CGRect rect, AppKit.NSColor color, bool turnedOn);
abstract member DrawInsertionPoint : CoreGraphics.CGRect * AppKit.NSColor * bool -> unit
override this.DrawInsertionPoint : CoreGraphics.CGRect * AppKit.NSColor * bool -> unit
参数
- rect
- CGRect
- color
- NSColor
- turnedOn
- Boolean
- 属性