Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

6925ed96 8184 3b97 7b9c 38f365ca562e

haplokuon edited this page May 6, 2023 · 1 revision

Write(String) Method

netDxf 3.0.0 Library

Adds the text to the current paragraph.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public void Write(
	string txt
)

VB

Public Sub Write ( 
	txt As String
)

C++

public:
void Write(
	String^ txt
)

F#

member Write : 
        txt : string -> unit 

Parameters

  String
Text string.

See Also

Reference

MText Class
Write Overload
netDxf.Entities Namespace

Clone this wiki locally