NSLayoutManager.FillBackground(IntPtr, nuint, NSRange, UIColor) 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:")]
protected virtual void FillBackground (IntPtr rectArray, nuint rectCount, Foundation.NSRange characterRange, UIKit.UIColor color);
abstract member FillBackground : nativeint * nuint * Foundation.NSRange * UIKit.UIColor -> unit
override this.FillBackground : nativeint * nuint * Foundation.NSRange * UIKit.UIColor -> unit
Parameters
- rectArray
-
IntPtr
nativeint
- rectCount
- System.System.UIntPtr System.unativeint
- characterRange
- NSRange
- color
- UIColor
- Attributes