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

115d6027 1010 f800 37db 99f8e55af430

haplokuon edited this page May 6, 2023 · 1 revision

Write(String, MTextFormattingOptions) 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,
	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 

Parameters

  String
Text string.
  MTextFormattingOptions
Text formatting options.

See Also

Reference

MText Class
Write Overload
netDxf.Entities Namespace

Clone this wiki locally