C# Класс Franken_.App_Code.ImageWriter

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
BaseName string
IMAGE byte[][]
LangName string
OutputPath string
SeriesNo int
TranscriptPath string
UnaccountedFor System.Collections.Generic.List
myFont App_Code.Font
mySubs App_Code.SubList

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

Метод Описание
AddBoxFileEntry ( int Xpos, int Ypos, int Width, int Height, string Char ) : void
AddGlyph ( App_Code G ) : void
ImageWriter ( BackgroundWorker &Slave, string &ProcessStatus, string LangName, string FontID, string TransPath, bool UseSubList ) : System
PlaceWord ( int WordWidth, int WordHeight ) : bool
StartNewTiff ( ) : void
WriteGlyphWord ( ) : void
WriteImage ( string ImagePath ) : void

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

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

public AddBoxFileEntry ( int Xpos, int Ypos, int Width, int Height, string Char ) : void
Xpos int
Ypos int
Width int
Height int
Char string
Результат void

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

public AddGlyph ( App_Code G ) : void
G App_Code
Результат void

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

public ImageWriter ( BackgroundWorker &Slave, string &ProcessStatus, string LangName, string FontID, string TransPath, bool UseSubList ) : System
Slave System.ComponentModel.BackgroundWorker
ProcessStatus string
LangName string
FontID string
TransPath string
UseSubList bool
Результат System

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

public PlaceWord ( int WordWidth, int WordHeight ) : bool
WordWidth int
WordHeight int
Результат bool

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

public StartNewTiff ( ) : void
Результат void

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

public WriteGlyphWord ( ) : void
Результат void

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

public WriteImage ( string ImagePath ) : void
ImagePath string
Результат void

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

BaseName публичное свойство

public string BaseName
Результат string

IMAGE публичное свойство

public byte[][] IMAGE
Результат byte[][]

LangName публичное свойство

public string LangName
Результат string

OutputPath публичное свойство

public string OutputPath
Результат string

SeriesNo публичное свойство

public int SeriesNo
Результат int

TranscriptPath публичное свойство

public string TranscriptPath
Результат string

UnaccountedFor публичное свойство

public List,System.Collections.Generic UnaccountedFor
Результат System.Collections.Generic.List

myFont публичное свойство

public App_Code.Font myFont
Результат App_Code.Font

mySubs публичное свойство

public App_Code.SubList mySubs
Результат App_Code.SubList