C# Class SwfDotNet.Data.Tags.TextRecord

Summary description for TextRecord.
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Свойство Type Description
alpha byte
blue byte
flags System.Collections.BitArray
fontId ushort
glyphCount byte
glyphEntries SwfDotNet.Data.Tags.GlyphEntry[]
green byte
red byte
textHeight ushort
xOffset short
yOffset short

Méthodes publiques

Méthode Description
TextRecord ( ) : System

Method Details

TextRecord() public méthode

public TextRecord ( ) : System
Résultat System

Property Details

alpha public_oe property

public byte alpha
Résultat byte

blue public_oe property

public byte blue
Résultat byte

flags public_oe property

public BitArray,System.Collections flags
Résultat System.Collections.BitArray

fontId public_oe property

public ushort fontId
Résultat ushort

glyphCount public_oe property

public byte glyphCount
Résultat byte

glyphEntries public_oe property

public GlyphEntry[],SwfDotNet.Data.Tags glyphEntries
Résultat SwfDotNet.Data.Tags.GlyphEntry[]

green public_oe property

public byte green
Résultat byte

red public_oe property

public byte red
Résultat byte

textHeight public_oe property

public ushort textHeight
Résultat ushort

xOffset public_oe property

public short xOffset
Résultat short

yOffset public_oe property

public short yOffset
Résultat short