C# Class SIL.FieldWorks.SharpViews.LeafBox

Inheritance: Box, IClientRun
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
MakeSelectionAt SIL.FieldWorks.SharpViews.Selections.Selection

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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.

Method Details

CharacterStyleNameAt() public méthode

public CharacterStyleNameAt ( int index ) : string
index int
Résultat string

LeafBox() public méthode

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

WritingSystemAt() public méthode

public WritingSystemAt ( int index ) : int
index int
Résultat int