'Declaration Public Sub DrawTextLayout( _ ByVal layout As TextLayout, _ ByVal x As System.Single, _ ByVal y As System.Single _ )
public void DrawTextLayout( TextLayout layout, System.float x, System.float y )
Parameters
- layout
- The GrapeCity.Documents.Text.TextLayout to draw.
- x
- The origin x-coordinate.
- y
- The origin y-coordinate.