C# Class 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.
Inheritance: MapRun
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Method Details

CopyWithLogStart() public method

Copy the MapRun except for substituting the new starts.
public CopyWithLogStart ( int newLogStart, int newRenStart ) : MapRun
newLogStart int
newRenStart int
return MapRun

OrcMapRun() public method

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
return System