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

Inheritance: SIL.FieldWorks.SharpViews.Selections.Selection
Mostra 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_oe property

public bool SimulateIP
return bool

TransformUsedToDraw public_oe property

public PaintTransform TransformUsedToDraw
return PaintTransform

VgUsedToDraw public_oe property

public IVwGraphics VgUsedToDraw
return IVwGraphics

WasInvalidated public_oe property

public bool WasInvalidated
return bool