NSLayoutManager.InvalidateGlyphs 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.
Overloads
InvalidateGlyphs(NSRange, nint) | |
InvalidateGlyphs(NSRange, nint, NSRange) |
Invalidates the glyphs in the . |
InvalidateGlyphs(NSRange, nint)
public void InvalidateGlyphs (Foundation.NSRange characterRange, nint delta);
member this.InvalidateGlyphs : Foundation.NSRange * nint -> unit
Parameters
- characterRange
- NSRange
- delta
- System.System.IntPtr System.nativeint
Applies to
InvalidateGlyphs(NSRange, nint, NSRange)
Invalidates the glyphs in the .
[Foundation.Export("invalidateGlyphsForCharacterRange:changeInLength:actualCharacterRange:")]
public virtual void InvalidateGlyphs (Foundation.NSRange charRange, nint delta, out Foundation.NSRange actualCharRange);
abstract member InvalidateGlyphs : Foundation.NSRange * nint * -> unit
override this.InvalidateGlyphs : Foundation.NSRange * nint * -> unit
Parameters
- charRange
- NSRange
- delta
- System.System.IntPtr System.nativeint
- actualCharRange
- NSRange
- Attributes