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

Inheritance: SIL.FieldWorks.SharpViews.Selections.Selection
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
SimulateIP bool
TransformUsedToDraw PaintTransform
VgUsedToDraw IVwGraphics
WasInvalidated bool

Méthodes publiques

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

Private Methods

Méthode Description
Draw ( IVwGraphics vg, PaintTransform ptrans ) : void
Invalidate ( ) : void

Method Details

ClearResults() public méthode

public ClearResults ( ) : void
Résultat void

GetSelectionLocation() public méthode

public GetSelectionLocation ( IVwGraphics graphics, PaintTransform transform ) : Rectangle
graphics IVwGraphics
transform PaintTransform
Résultat System.Drawing.Rectangle

RestoreData() public méthode

public RestoreData ( Selection dataToSave ) : ISelectionRestoreData
dataToSave SIL.FieldWorks.SharpViews.Selections.Selection
Résultat ISelectionRestoreData

Property Details

SimulateIP public_oe property

public bool SimulateIP
Résultat bool

TransformUsedToDraw public_oe property

public PaintTransform TransformUsedToDraw
Résultat PaintTransform

VgUsedToDraw public_oe property

public IVwGraphics VgUsedToDraw
Résultat IVwGraphics

WasInvalidated public_oe property

public bool WasInvalidated
Résultat bool