Interface ITextLayout
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Represents a block of text after it has been fully analyzed and formatted.
This corresponds to the following DirectWrite interfaces:
IDWriteTextLayout,
IDWriteTextLayout1,
IDWriteTextLayout2,
IDWriteTextLayout3,
IDWriteTextLayout4
public interface ITextLayout : ITextFormat, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Properties
Methods
- InvalidateLayout()
Invalidates the layout, forcing layout to remeasure before calling the metrics or drawing functions.This is useful if the locality of a font changes, and layout should be redrawn, or if the size of a client implemented IInlineObject changes.