[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BitmapRenderer.DrawTextLayout

DrawTextLayout Method

DrawTextLayout(TextLayout, float, float)

Draws a TextLayout at the given location.

Declaration
public void DrawTextLayout(TextLayout layout, float x, float y)
Public Sub DrawTextLayout(layout As TextLayout, x As Single, y As Single)
Parameters
Type Name Description
TextLayout layout

The TextLayout to draw.

float x

The origin x-coordinate.

float y

The origin y-coordinate.