C# Класс Recurity.Swf.TagHandler.PlaceObject

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

Защищенные свойства (Protected)

Свойство Тип Описание
_CharacterID System.UInt16
_ColorTransform CxForm
_Depth System.UInt16
_TransformMatrix System.Matrix

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

Метод Описание
PlaceObject ( byte InitialVersion ) : System

ToString ( ) : string

Converts the value of this instance to a System.String.

Verify ( ) : bool

Verifies this object and its components for documentation compliance.

Write ( Stream output ) : void

Writes this object to a stream.

Защищенные методы

Метод Описание
Parse ( ) : void

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

Parse() защищенный Метод

protected Parse ( ) : void
Результат void

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

public PlaceObject ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
Результат System

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

Converts the value of this instance to a System.String.
public ToString ( ) : string
Результат string

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

Verifies this object and its components for documentation compliance.
public Verify ( ) : bool
Результат bool

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

Writes this object to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Результат void

Описание свойств

_CharacterID защищенное свойство

protected UInt16,System _CharacterID
Результат System.UInt16

_ColorTransform защищенное свойство

protected CxForm _ColorTransform
Результат CxForm

_Depth защищенное свойство

protected UInt16,System _Depth
Результат System.UInt16

_TransformMatrix защищенное свойство

protected Matrix,System _TransformMatrix
Результат System.Matrix