C# 클래스 TextAddin.Controls.VisualLineElement

상속: Flood.GUI.Controls.Control
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
Split ( int splitStartOffset, IList elements, int elementIndex ) : void

Splits the element.

VisualLineElement ( VisualLine visualLine, int offset, int length ) : System

보호된 메소드들

메소드 설명
OnMouseClickedLeft ( int x, int y, bool down ) : void
Render ( Flood skin ) : void

비공개 메소드들

메소드 설명
UpdateText ( ) : void

메소드 상세

OnMouseClickedLeft() 보호된 메소드

protected OnMouseClickedLeft ( int x, int y, bool down ) : void
x int
y int
down bool
리턴 void

Render() 보호된 메소드

protected Render ( Flood skin ) : void
skin Flood
리턴 void

Split() 공개 메소드

Splits the element.
public Split ( int splitStartOffset, IList elements, int elementIndex ) : void
splitStartOffset int Position inside this element at which it should be broken
elements IList The collection of line elements
elementIndex int The index at which this element is in the elements list.
리턴 void

VisualLineElement() 공개 메소드

public VisualLineElement ( VisualLine visualLine, int offset, int length ) : System
visualLine VisualLine
offset int
length int
리턴 System