[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.CreateTextLayout

CreateTextLayout Method

CreateTextLayout()

Creates an instance of TextLayout with the same resolution as that of the current graphics.

This is the recommended way to create a TextLayout to use with a graphics.

Declaration
public TextLayout CreateTextLayout()
Public Function CreateTextLayout() As TextLayout
Returns
Type Description
TextLayout

The newly created text layout.

See Also