[]
Draws a TextLayout at a specified location using graphic primitives.
protected virtual void InternalDrawTextLayoutAsPath(TextLayout layout, PointF location)
Protected Overridable Sub InternalDrawTextLayoutAsPath(layout As TextLayout, location As PointF)
Type | Name | Description |
---|---|---|
TextLayout | layout | The TextLayout to draw. |
PointF | location | The location at which to draw the layout. |