This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
115d6027 1010 f800 37db 99f8e55af430
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds the text to the current paragraph.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Write(
string txt,
MTextFormattingOptions options
)
VB
Public Sub Write (
txt As String,
options As MTextFormattingOptions
)
C++
public:
void Write(
String^ txt,
MTextFormattingOptions^ options
)
F#
member Write :
txt : string *
options : MTextFormattingOptions -> unit
- String
- Text string.
- MTextFormattingOptions
- Text formatting options.