C# Class Recurity.Swf.FillStyle

The way how object like lines and shapes get filled.
Inheritance: AbstractSwfElement
Exibir arquivo Open project: rtezli/Blitzableiter Class Usage Examples

Protected Properties

Property Type Description
_bitmapID System.UInt16
_bitmapMatrix Matrix
_caller TagTypes
_color Rgb
_fillStyleType FillStyleType
_gradient Gradient
_gradientMatrix Matrix

Public Methods

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

Method Details

FillStyle() public method

The way how object like lines and shapes get filled.
public FillStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() public method

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
return void

ToString() public method

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

Write() public method

public Write ( Stream output ) : void
output Stream
return void

Property Details

_bitmapID protected_oe property

protected UInt16,System _bitmapID
return System.UInt16

_bitmapMatrix protected_oe property

protected Matrix _bitmapMatrix
return Matrix

_caller protected_oe property

protected TagTypes _caller
return TagTypes

_color protected_oe property

protected Rgb,Recurity.Swf _color
return Rgb

_fillStyleType protected_oe property

protected FillStyleType _fillStyleType
return FillStyleType

_gradient protected_oe property

protected Gradient,Recurity.Swf _gradient
return Gradient

_gradientMatrix protected_oe property

protected Matrix _gradientMatrix
return Matrix