NSLayoutManager.FillBackground(IntPtr, UIntPtr, NSRange, NSColor) 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.Advice("This method should never be called, only overridden.")]
[Foundation.Export("fillBackgroundRectArray:count:forCharacterRange:color:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual void FillBackground(IntPtr rectArray, UIntPtr rectCount, Foundation.NSRange characterRange, AppKit.NSColor color);
[<Foundation.Advice("This method should never be called, only overridden.")>]
[<Foundation.Export("fillBackgroundRectArray:count:forCharacterRange:color:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FillBackground : nativeint * unativeint * Foundation.NSRange * AppKit.NSColor -> unit
override this.FillBackground : nativeint * unativeint * Foundation.NSRange * AppKit.NSColor -> unit
Parameters
- rectArray
-
IntPtr
nativeint
- rectCount
-
UIntPtr
unativeint
- characterRange
- NSRange
- color
- NSColor
- Attributes