C# Класс SwfDotNet.IO.Tags.Types.FillStyle

FillStyle is the abstract class for the following classes: SolidFill, GradientFill and BitmapFill
Наследование: SizeStruct, ISwfSerializer
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
bitmapId ushort
bitmapMatrix Matrix
fillStyleType byte
gradient GradientRecordCollection
gradientMatrix Matrix
rgbColor RGBColor

Открытые методы

Метод Описание
GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

Описание методов

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int

ReadData() публичный Метод

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, ShapeType shapeType ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
shapeType ShapeType Shape type.
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

WriteTo() публичный Метод

Writes to a binary writer.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
Результат void

Описание свойств

bitmapId защищенное свойство

Bitmap fill bitmap Id
protected ushort bitmapId
Результат ushort

bitmapMatrix защищенное свойство

Bitmap fill transform matrix
protected Matrix bitmapMatrix
Результат Matrix

fillStyleType защищенное свойство

Fill Style type
protected byte fillStyleType
Результат byte

gradient защищенное свойство

Gradients
protected GradientRecordCollection,SwfDotNet.IO.Tags.Types gradient
Результат GradientRecordCollection

gradientMatrix защищенное свойство

Gradient fill matrix
protected Matrix gradientMatrix
Результат Matrix

rgbColor защищенное свойство

Solid fill color
protected RGBColor,SwfDotNet.IO.Tags.Types rgbColor
Результат RGBColor