C# Class SIL.FieldWorks.SharpViews.LeafBox

Inheritance: Box, IClientRun
Mostra file Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
MakeSelectionAt SIL.FieldWorks.SharpViews.Selections.Selection

Public Methods

Method 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

Method 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 method

public CharacterStyleNameAt ( int index ) : string
index int
return string

LeafBox() public method

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

WritingSystemAt() public method

public WritingSystemAt ( int index ) : int
index int
return int