NSLayoutManager.InvalidateDisplayForCharacterRange(NSRange) 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.
Invalidates the display for the given character range.
[Foundation.Export("invalidateDisplayForCharacterRange:")]
public virtual void InvalidateDisplayForCharacterRange (Foundation.NSRange charRange);
abstract member InvalidateDisplayForCharacterRange : Foundation.NSRange -> unit
override this.InvalidateDisplayForCharacterRange : Foundation.NSRange -> unit
Parameters
- charRange
- NSRange
- Attributes
Remarks
This method does not automatically trigger layout.