C# Класс SwfDotNet.IO.Tags.DefineTextTag

DefineTextTag defines one or more lines of text.

The characters, style and layout information is defined using TextRecord objects. The DefineTextTag class acts as a container for the text, defining the bounding rectangle that encloses the text along with a coordinate transform that can be used to change the size and orientation of the text when it is displayed.

The bounding rectangle and transform controls how the text is laid out. Each TextRecord object in the TextRecordCollection specifies an offset from the left and bottom edges of the bounding rectangle, allowing successive lines of text to be arranged as a block or paragraph. The coordinate transform can be used to control the size and orientation of the text when it is displayed.

This tag was introduced in Flash 1.

Наследование: DefineText
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DefineTextTag ( ) : System

Creates a new DefineTextTag instance.

Описание методов

DefineTextTag() публичный Метод

Creates a new DefineTextTag instance.
public DefineTextTag ( ) : System
Результат System