[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLineAsPath

InternalDrawTextLineAsPath Method

InternalDrawTextLineAsPath(TextLayout, float, TextLine, float, float, RectangleF, List<SU>, List<SU>)

Draws a TextLine within a TextLayout at the specified location using graphic primitives.

Declaration
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))
Parameters
Type Name Description
TextLayout layout
float k
TextLine line
float x
float y
RectangleF brushBounds
List<GcGraphics.SU> listStrikethrough
List<GcGraphics.SU> listUnderline