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