Property | Type | Description | |
---|---|---|---|
_bitmapID | |||
_bitmapMatrix | Matrix | ||
_caller | TagTypes | ||
_color | |||
_fillStyleType | FillStyleType | ||
_gradient | |||
_gradientMatrix | Matrix |
Method | Description | |
---|---|---|
FillStyle ( byte InitialVersion ) : System |
The way how object like lines and shapes get filled.
|
|
Parse ( Stream input, TagTypes caller ) : void |
|
|
ToString ( ) : string |
Converts the value of this instance to a System.String.
|
|
Write ( Stream output ) : void |
|
public FillStyle ( byte InitialVersion ) : System | ||
InitialVersion | byte | The version of the Swf file using this object. |
return | System |
public Parse ( Stream input, TagTypes caller ) : void | ||
input | Stream | |
caller | TagTypes | |
return | void |