C# 클래스 SIL.FieldWorks.SharpViews.LeafBox

상속: Box, IClientRun
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
MakeSelectionAt SIL.FieldWorks.SharpViews.Selections.Selection

공개 메소드들

메소드 설명
CharacterStyleNameAt ( int index ) : string
LeafBox ( AssembledStyles styles ) : System.Drawing

A root class for all varieties of Box that do not contain other boxes.

WritingSystemAt ( int index ) : int

비공개 메소드들

메소드 설명
MakeSelectionAt ( Point where, IVwGraphics vg, PaintTransform leafTrans ) : Selection

Make whatever selection is appropriate for the given click. The transformation is the usual one passed to this box, that is, it transforms where (which is in paint coords) into a point in the same coordinate system as our own top, left.

메소드 상세

CharacterStyleNameAt() 공개 메소드

public CharacterStyleNameAt ( int index ) : string
index int
리턴 string

LeafBox() 공개 메소드

A root class for all varieties of Box that do not contain other boxes.
public LeafBox ( AssembledStyles styles ) : System.Drawing
styles AssembledStyles
리턴 System.Drawing

WritingSystemAt() 공개 메소드

public WritingSystemAt ( int index ) : int
index int
리턴 int