C# Класс VwGraphicsReplayer.VwGraphicsReplayer

This simple program is used to run log files produced by VwGraphicsCairo (VwGraphics on Linux). It is intended to allow testing of VwGraphics with real world data. Particually in hunting down hard to repoduce crashes involving pango-graphite etc. When a debug build of FieldWorks is run with LOG_VWGRAPHICS set. For example: LOG_VWGRAPHICS=1 mono FieldWorks.exe -app TE
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Main ( string args ) : void

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessBackColor ( IEnumerable arguments ) : void
ProcessDrawRectangle ( IEnumerable arguments ) : void
ProcessDrawText ( IEnumerable arguments ) : void
ProcessFontAscent ( ) : void
ProcessFontCharProperties ( ) : void
ProcessGetClipRect ( ) : void
ProcessGetDeviceContext ( ) : void
ProcessGetTextExtent ( IEnumerable arguments ) : void
ProcessGetTextLeadWidth ( IEnumerable arguments ) : void
ProcessInitialize ( IEnumerable arguments ) : void
ProcessInvertRect ( IEnumerable arguments ) : void
ProcessLine ( Graphics gr, string line ) : void
ProcessReleaseDC ( Graphics gr ) : void
ProcessSetClipRect ( IEnumerable arguments ) : void
ProcessSetupGraphics ( IEnumerable arguments ) : void
ProcessXUnitsPerInch ( ) : void
ProcessXUnitsPerInch ( IEnumerable arguments ) : void
ProcessYUnitsPerInch ( ) : void
ProcessYUnitsPerInch ( IEnumerable arguments ) : void
SwitchToCorrectVwGraphics ( IEnumerable arguments ) : IEnumerable

Skip the argument name Read the ptr value which should always be the first item. Return the rest of the parameters (if any)

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

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

ProcessBackColor() защищенный Метод

protected ProcessBackColor ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessDrawRectangle() защищенный Метод

protected ProcessDrawRectangle ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessDrawText() защищенный Метод

protected ProcessDrawText ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessFontAscent() защищенный Метод

protected ProcessFontAscent ( ) : void
Результат void

ProcessFontCharProperties() защищенный Метод

protected ProcessFontCharProperties ( ) : void
Результат void

ProcessGetClipRect() защищенный Метод

protected ProcessGetClipRect ( ) : void
Результат void

ProcessGetDeviceContext() защищенный Метод

protected ProcessGetDeviceContext ( ) : void
Результат void

ProcessGetTextExtent() защищенный Метод

protected ProcessGetTextExtent ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessGetTextLeadWidth() защищенный Метод

protected ProcessGetTextLeadWidth ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessInitialize() защищенный Метод

protected ProcessInitialize ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessInvertRect() защищенный Метод

protected ProcessInvertRect ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessLine() защищенный Метод

protected ProcessLine ( Graphics gr, string line ) : void
gr System.Drawing.Graphics
line string
Результат void

ProcessReleaseDC() защищенный Метод

protected ProcessReleaseDC ( Graphics gr ) : void
gr System.Drawing.Graphics
Результат void

ProcessSetClipRect() защищенный Метод

protected ProcessSetClipRect ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessSetupGraphics() защищенный Метод

protected ProcessSetupGraphics ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessXUnitsPerInch() защищенный Метод

protected ProcessXUnitsPerInch ( ) : void
Результат void

ProcessXUnitsPerInch() защищенный Метод

protected ProcessXUnitsPerInch ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

ProcessYUnitsPerInch() защищенный Метод

protected ProcessYUnitsPerInch ( ) : void
Результат void

ProcessYUnitsPerInch() защищенный Метод

protected ProcessYUnitsPerInch ( IEnumerable arguments ) : void
arguments IEnumerable
Результат void

SwitchToCorrectVwGraphics() защищенный Метод

Skip the argument name Read the ptr value which should always be the first item. Return the rest of the parameters (if any)
protected SwitchToCorrectVwGraphics ( IEnumerable arguments ) : IEnumerable
arguments IEnumerable
Результат IEnumerable