C# Class Recurity.Swf.CxForm

The CXFORM record defines a simple transform that can be applied to the color space of a graphic object
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
CxForm ( byte InitialVersion ) : System

Private Methods

Method Description
Parse ( Stream input ) : void

Parses this object out of a stream

Write ( Stream output ) : void

Method Details

CxForm() public method

public CxForm ( byte InitialVersion ) : System
InitialVersion byte The initial version of the Swf file
return System