C# Class SwfDotNet.IO.Tags.Types.MorphSolidFill

MorphSolidFill
Inheritance: MorphFillStyle
Afficher le fichier Open project: bladecoding/SwfExport

Méthodes publiques

Méthode Description
MorphSolidFill ( ) : System

Creates a new MorphSolidFill instance.

MorphSolidFill ( RGBA startColor, RGBA endColor ) : System

Creates a new MorphSolidFill instance.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

Method Details

MorphSolidFill() public méthode

Creates a new MorphSolidFill instance.
public MorphSolidFill ( ) : System
Résultat System

MorphSolidFill() public méthode

Creates a new MorphSolidFill instance.
public MorphSolidFill ( RGBA startColor, RGBA endColor ) : System
startColor RGBA Color of the start.
endColor RGBA Color of the end.
Résultat System

Serialize() public méthode

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Résultat void