[]
Draws a TextLine within a TextLayout at the specified location using graphic primitives.
protected virtual void InternalDrawTextLineAsPath(TextLayout layout, float k, TextLine line, float x, float y, RectangleF brushBounds, List<GcGraphics.SU> listStrikethrough, List<GcGraphics.SU> listUnderline)
Protected Overridable Sub InternalDrawTextLineAsPath(layout As TextLayout, k As Single, line As TextLine, x As Single, y As Single, brushBounds As RectangleF, listStrikethrough As List(Of GcGraphics.SU), listUnderline As List(Of GcGraphics.SU))
Type | Name | Description |
---|---|---|
TextLayout | layout | |
float | k | |
TextLine | line | |
float | x | |
float | y | |
RectangleF | brushBounds | |
List<GcGraphics.SU> | listStrikethrough | |
List<GcGraphics.SU> | listUnderline |