Property | Type | Description | |
---|---|---|---|
_endColor | |||
_endWidth | |||
_startColor | |||
_startWidth |
Method | Description | |
---|---|---|
MorphLineStyle ( byte InitialVersion ) : System |
The format of a line style value within the file
|
|
Parse ( Stream input ) : void |
Parses this object out of a stream
|
|
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 |
|
public MorphLineStyle ( byte InitialVersion ) : System | ||
InitialVersion | byte | The version of the Swf file using this object. |
return | System |
public Parse ( Stream input ) : void | ||
input | Stream | The input stream. |
return | void |