[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.InternalDrawTextLayoutAsPath

InternalDrawTextLayoutAsPath Method

InternalDrawTextLayoutAsPath(TextLayout, PointF)

Draws a TextLayout at a specified location using graphic primitives.

Declaration
protected override void InternalDrawTextLayoutAsPath(TextLayout layout, PointF location)
Parameters
Type Name Description
TextLayout layout

The TextLayout to draw.

PointF location

The location at which to draw the layout.

Overrides