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

Inheritance: ISharpViewSite
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
GraphicsHolder MockGraphicsHolder
PerformAfterNotificationsActions List
RectsInvalidated List
RectsInvalidatedInRoot List
m_transform PaintTransform
m_vwGraphics IVwGraphics

Méthodes publiques

Méthode Description
DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
DoPendingAfterNotificationTasks ( ) : void
Invalidate ( Rectangle rect ) : void

Invalidate (mark as needing to be painted) the specified rectangle.

InvalidateInRoot ( Rectangle rect ) : void
PerformAfterNotifications ( System.Action task ) : void

Method Details

DoDragDrop() public méthode

public DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
data object
allowedEffects DragDropEffects
Résultat DragDropEffects

DoPendingAfterNotificationTasks() public méthode

public DoPendingAfterNotificationTasks ( ) : void
Résultat void

Invalidate() public méthode

Invalidate (mark as needing to be painted) the specified rectangle.
public Invalidate ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

InvalidateInRoot() public méthode

public InvalidateInRoot ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

PerformAfterNotifications() public méthode

public PerformAfterNotifications ( System.Action task ) : void
task System.Action
Résultat void

Property Details

GraphicsHolder public_oe property

public MockGraphicsHolder,SIL.FieldWorks.SharpViews.SharpViewsTests GraphicsHolder
Résultat MockGraphicsHolder

PerformAfterNotificationsActions public_oe property

public List PerformAfterNotificationsActions
Résultat List

RectsInvalidated public_oe property

public List RectsInvalidated
Résultat List

RectsInvalidatedInRoot public_oe property

public List RectsInvalidatedInRoot
Résultat List

m_transform public_oe property

public PaintTransform m_transform
Résultat PaintTransform

m_vwGraphics public_oe property

public IVwGraphics m_vwGraphics
Résultat IVwGraphics