C# 클래스 SIL.FieldWorks.SharpViews.SharpViewsTests.MockSite

상속: ISharpViewSite
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GraphicsHolder MockGraphicsHolder
PerformAfterNotificationsActions List
RectsInvalidated List
RectsInvalidatedInRoot List
m_transform PaintTransform
m_vwGraphics IVwGraphics

공개 메소드들

메소드 설명
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

메소드 상세

DoDragDrop() 공개 메소드

public DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
data object
allowedEffects DragDropEffects
리턴 DragDropEffects

DoPendingAfterNotificationTasks() 공개 메소드

public DoPendingAfterNotificationTasks ( ) : void
리턴 void

Invalidate() 공개 메소드

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

InvalidateInRoot() 공개 메소드

public InvalidateInRoot ( Rectangle rect ) : void
rect System.Drawing.Rectangle
리턴 void

PerformAfterNotifications() 공개 메소드

public PerformAfterNotifications ( System.Action task ) : void
task System.Action
리턴 void

프로퍼티 상세

GraphicsHolder 공개적으로 프로퍼티

public MockGraphicsHolder,SIL.FieldWorks.SharpViews.SharpViewsTests GraphicsHolder
리턴 MockGraphicsHolder

PerformAfterNotificationsActions 공개적으로 프로퍼티

public List PerformAfterNotificationsActions
리턴 List

RectsInvalidated 공개적으로 프로퍼티

public List RectsInvalidated
리턴 List

RectsInvalidatedInRoot 공개적으로 프로퍼티

public List RectsInvalidatedInRoot
리턴 List

m_transform 공개적으로 프로퍼티

public PaintTransform m_transform
리턴 PaintTransform

m_vwGraphics 공개적으로 프로퍼티

public IVwGraphics m_vwGraphics
리턴 IVwGraphics