C# Class SIL.FieldWorks.SharpViews.SharpViewsTests.RangeTests

Inheritance: GraphicsTestBase
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
SetSelectionLocation ( StringBox sbox, int left, int right ) : void

Private Methods

Method Description
ClearSegmentDrawing ( StringBox sbox ) : void
ComplexRangeDrawing ( ) : void
Contains ( ) : void
MakeLayoutInfo ( int maxWidth, IVwGraphics vg, IRendererFactory factory ) : LayoutInfo
MakePara ( AssembledStyles style, AssembledStyles runStyle, string content ) : ParaBox
MakeSimpleRange ( ) : void
MlsDelete ( ) : void
SimpleDelete ( ) : void
TssDelete ( ) : void
VerifyRangeSegmentDrawing ( ParaBox para, StringBox stringBox, MockSegment seg, RangeSelection range, int top, int ydTop, int bottom ) : void
VerifyRangeSegmentDrawing ( ParaBox para, StringBox stringBox, RangeSelection range, int top, int ydTop, int bottom ) : void

Method Details

SetSelectionLocation() public method

public SetSelectionLocation ( StringBox sbox, int left, int right ) : void
sbox SIL.FieldWorks.SharpViews.Paragraphs.StringBox
left int
right int
return void