C# 클래스 LayoutFarm.Text.EditableRunCharLocation

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

공개 프로퍼티들

프로퍼티 타입 설명
EmptyTextRunLocationInfo EditableRunCharLocation
charIndex int
pixelOffset int

공개 메소드들

메소드 설명
EditableRunCharLocation ( int pixelOffset, int charIndex )

메소드 상세

EditableRunCharLocation() 공개 메소드

public EditableRunCharLocation ( int pixelOffset, int charIndex )
pixelOffset int
charIndex int

프로퍼티 상세

EmptyTextRunLocationInfo 공개적으로 정적으로 프로퍼티

public static EditableRunCharLocation,LayoutFarm.Text EmptyTextRunLocationInfo
리턴 EditableRunCharLocation

charIndex 공개적으로 프로퍼티

public int charIndex
리턴 int

pixelOffset 공개적으로 프로퍼티

public int pixelOffset
리턴 int