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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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