Class Text

Text class

Class=4, ElementId=4

public class Text : TextCommand

Constructors

NameDescription
Text(CgmFile)
Text(CgmFile, string, CgmPoint, bool)

Properties

NameDescription
ElementClass { get; }
ElementId { get; }
Final { get; set; }
Position { get; }The position at which the string should be displayed
Text { get; }The string to display

Methods

NameDescription
override ReadFromBinary(IBinaryReader)
override ToString()
override WriteAsBinary(IBinaryWriter)
override WriteAsClearText(IClearTextWriter)

See Also