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

70721e76 d7a7 93d4 4ed9 db457253ad82

haplokuon edited this page May 6, 2023 · 1 revision

MText(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the MText class.

Definition

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

C#

public MText(
	string text
)

VB

Public Sub New ( 
	text As String
)

C++

public:
MText(
	String^ text
)

F#

new : 
        text : string -> MText

Parameters

  String
Text string.

See Also

Reference

MText Class
MText Overload
netDxf.Entities Namespace

Clone this wiki locally