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

Inheritance: SIL.FieldWorks.SharpViews.Selections.Selection
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
SimulateIP bool
TransformUsedToDraw PaintTransform
VgUsedToDraw IVwGraphics
WasInvalidated bool

Public Methods

Method Description
ClearResults ( ) : void
GetSelectionLocation ( IVwGraphics graphics, PaintTransform transform ) : Rectangle
RestoreData ( Selection dataToSave ) : ISelectionRestoreData

Private Methods

Method Description
Draw ( IVwGraphics vg, PaintTransform ptrans ) : void
Invalidate ( ) : void

Method Details

ClearResults() public method

public ClearResults ( ) : void
return void

GetSelectionLocation() public method

public GetSelectionLocation ( IVwGraphics graphics, PaintTransform transform ) : Rectangle
graphics IVwGraphics
transform PaintTransform
return System.Drawing.Rectangle

RestoreData() public method

public RestoreData ( Selection dataToSave ) : ISelectionRestoreData
dataToSave SIL.FieldWorks.SharpViews.Selections.Selection
return ISelectionRestoreData

Property Details

SimulateIP public property

public bool SimulateIP
return bool

TransformUsedToDraw public property

public PaintTransform TransformUsedToDraw
return PaintTransform

VgUsedToDraw public property

public IVwGraphics VgUsedToDraw
return IVwGraphics

WasInvalidated public property

public bool WasInvalidated
return bool