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

SolidFill defines a solid color that is used to fill an enclosed area in a shape.
Inheritance: FillStyle
Datei anzeigen Open project: bladecoding/SwfExport

Public Methods

Method Description
Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

SolidFill ( ) : System

Creates a new SolidFill instance.

SolidFill ( RGB fillColor ) : System

Creates a new SolidFill instance.

SolidFill ( RGBA fillColor ) : System

Creates a new SolidFill instance.

Method Details

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

SolidFill() public method

Creates a new SolidFill instance.
public SolidFill ( ) : System
return System

SolidFill() public method

Creates a new SolidFill instance.
public SolidFill ( RGB fillColor ) : System
fillColor RGB Color of the fill.
return System

SolidFill() public method

Creates a new SolidFill instance.
public SolidFill ( RGBA fillColor ) : System
fillColor RGBA Color of the fill.
return System