C# Класс Recurity.Swf.Shape

The SHAPE structure defines a shape without fill style or line style information.
Наследование: AbstractSwfElement
Показать файл Открыть проект

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

Свойство Тип Описание
_fillStyles FillStyleArray
_lineStyles LineStyleArray
_numFillBits System.UInt16
_numLineBits System.UInt16
_shapeRecordBuffer byte[]
_shapeRecordStream System.IO.MemoryStream
_shapeRecords List

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

Метод Описание
Parse ( Stream input, System.Int64 length, TagTypes caller ) : void

Shape ( byte InitialVersion ) : System

The SHAPE structure defines a shape without fill style or line style information.

ToString ( ) : string

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

TryParseShapeRecords ( MemoryStream input, TagTypes caller ) : void

Verify ( ) : bool

Verifies a SHAPE.

Write ( Stream output ) : void

Writes this object back to a stream.

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

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

public Parse ( Stream input, System.Int64 length, TagTypes caller ) : void
input Stream
length System.Int64
caller TagTypes
Результат void

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

The SHAPE structure defines a shape without fill style or line style information.
public Shape ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
Результат System

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

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

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

public TryParseShapeRecords ( MemoryStream input, TagTypes caller ) : void
input System.IO.MemoryStream
caller TagTypes
Результат void

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

Verifies a SHAPE.
public Verify ( ) : bool
Результат bool

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

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

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

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

protected FillStyleArray,Recurity.Swf _fillStyles
Результат FillStyleArray

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

protected LineStyleArray,Recurity.Swf _lineStyles
Результат LineStyleArray

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

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

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

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

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

protected byte[] _shapeRecordBuffer
Результат byte[]

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

protected MemoryStream,System.IO _shapeRecordStream
Результат System.IO.MemoryStream

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

protected List _shapeRecords
Результат List