C# 클래스 LayoutFarm.Composers.TextSplitBound

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
length int
startIndex int

공개 메소드들

메소드 설명
TextSplitBound ( int startIndex, int length ) : System.Collections.Generic

메소드 상세

TextSplitBound() 공개 메소드

public TextSplitBound ( int startIndex, int length ) : System.Collections.Generic
startIndex int
length int
리턴 System.Collections.Generic

프로퍼티 상세

length 공개적으로 프로퍼티

public int length
리턴 int

startIndex 공개적으로 프로퍼티

public int startIndex
리턴 int