C# Class Recurity.Swf.FillStyle

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

Protected Properties

Свойство Type Description
_bitmapID System.UInt16
_bitmapMatrix Matrix
_caller TagTypes
_color Rgb
_fillStyleType FillStyleType
_gradient Gradient
_gradientMatrix Matrix

Méthodes publiques

Méthode 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 méthode

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

Parse() public méthode

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
Résultat void

ToString() public méthode

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

Write() public méthode

public Write ( Stream output ) : void
output Stream
Résultat void

Property Details

_bitmapID protected_oe property

protected UInt16,System _bitmapID
Résultat System.UInt16

_bitmapMatrix protected_oe property

protected Matrix _bitmapMatrix
Résultat Matrix

_caller protected_oe property

protected TagTypes _caller
Résultat TagTypes

_color protected_oe property

protected Rgb,Recurity.Swf _color
Résultat Rgb

_fillStyleType protected_oe property

protected FillStyleType _fillStyleType
Résultat FillStyleType

_gradient protected_oe property

protected Gradient,Recurity.Swf _gradient
Résultat Gradient

_gradientMatrix protected_oe property

protected Matrix _gradientMatrix
Résultat Matrix