C# Class Recurity.Swf.Shape

The SHAPE structure defines a shape without fill style or line style information.
Inheritance: AbstractSwfElement
Afficher le fichier Open project: rtezli/Blitzableiter

Protected Properties

Свойство Type Description
_fillStyles FillStyleArray
_lineStyles LineStyleArray
_numFillBits System.UInt16
_numLineBits System.UInt16
_shapeRecordBuffer byte[]
_shapeRecordStream System.IO.MemoryStream
_shapeRecords List

Méthodes publiques

Méthode Description
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.

Method Details

Parse() public méthode

public Parse ( Stream input, System.Int64 length, TagTypes caller ) : void
input Stream
length System.Int64
caller TagTypes
Résultat void

Shape() public méthode

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.
Résultat System

ToString() public méthode

Converts the value of this instance to a System.String.
public ToString ( ) : string
Résultat string

TryParseShapeRecords() public méthode

public TryParseShapeRecords ( MemoryStream input, TagTypes caller ) : void
input System.IO.MemoryStream
caller TagTypes
Résultat void

Verify() public méthode

Verifies a SHAPE.
public Verify ( ) : bool
Résultat bool

Write() public méthode

Writes this object back to a stream.
public Write ( Stream output ) : void
output Stream The stream to write to.
Résultat void

Property Details

_fillStyles protected_oe property

protected FillStyleArray,Recurity.Swf _fillStyles
Résultat FillStyleArray

_lineStyles protected_oe property

protected LineStyleArray,Recurity.Swf _lineStyles
Résultat LineStyleArray

_numFillBits protected_oe property

protected UInt16,System _numFillBits
Résultat System.UInt16

_numLineBits protected_oe property

protected UInt16,System _numLineBits
Résultat System.UInt16

_shapeRecordBuffer protected_oe property

protected byte[] _shapeRecordBuffer
Résultat byte[]

_shapeRecordStream protected_oe property

protected MemoryStream,System.IO _shapeRecordStream
Résultat System.IO.MemoryStream

_shapeRecords protected_oe property

protected List _shapeRecords
Résultat List