C# Класс SIL.FieldWorks.SharpViews.Paragraphs.OrcMapRun

MapRun for the special run we make when we encounter an ORC. It always corresponds to exactly one logical character, the orc.
Наследование: MapRun
Показать файл Открыть проект

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

Метод Описание
CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun

Copy the MapRun except for substituting the new starts.

OrcMapRun ( int logical, IClientRun clientRun, int render, int offset, int clientUniformRunIndex, int renderLength, IClientRun orcExpansion ) : System

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

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

Copy the MapRun except for substituting the new starts.
public CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun
newLogStart int
newRenStart int
Результат MapRun

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

public OrcMapRun ( int logical, IClientRun clientRun, int render, int offset, int clientUniformRunIndex, int renderLength, IClientRun orcExpansion ) : System
logical int
clientRun IClientRun
render int
offset int
clientUniformRunIndex int
renderLength int
orcExpansion IClientRun
Результат System