[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.InternalDrawTextLayoutAsPath

InternalDrawTextLayoutAsPath Method

InternalDrawTextLayoutAsPath(TextLayout, PointF)

Draws a TextLayout at a specified location using graphic primitives.

Declaration
protected virtual void InternalDrawTextLayoutAsPath(TextLayout layout, PointF location)
Protected Overridable Sub InternalDrawTextLayoutAsPath(layout As TextLayout, location As PointF)
Parameters
Type Name Description
TextLayout layout

The TextLayout to draw.

PointF location

The location at which to draw the layout.