NSTextTable.DrawBackground 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.
[Foundation.Export("drawBackgroundForBlock:withFrame:inView:characterRange:layoutManager:")]
public virtual void DrawBackground (AppKit.NSTextTableBlock block, CoreGraphics.CGRect frameRect, AppKit.NSView controlView, Foundation.NSRange charRange, AppKit.NSLayoutManager layoutManager);
override this.DrawBackground : AppKit.NSTextTableBlock * CoreGraphics.CGRect * AppKit.NSView * Foundation.NSRange * AppKit.NSLayoutManager -> unit
Parameters
- block
- NSTextTableBlock
- frameRect
- CGRect
- controlView
- NSView
- charRange
- NSRange
- layoutManager
- NSLayoutManager
- Attributes