C# 클래스 Zetbox.Client.WPF.View.DocumentManagement.PreviewersManager

상속: IDisposable
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
AttachPreview ( IntPtr handler, string fileName, Rect viewRect ) : void
Dispose ( ) : void
InvalidateAttachedPreview ( IntPtr handler, Rect viewRect ) : void

비공개 메소드들

메소드 설명
Release ( ) : void
SHCreateItemFromParsingName ( [ pszPath, [ pbc, [ riid, [ IidParameterIndex = 2)]outIShellItemppv ) : void

메소드 상세

AttachPreview() 공개 메소드

public AttachPreview ( IntPtr handler, string fileName, Rect viewRect ) : void
handler System.IntPtr
fileName string
viewRect System.Windows.Rect
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InvalidateAttachedPreview() 공개 메소드

public InvalidateAttachedPreview ( IntPtr handler, Rect viewRect ) : void
handler System.IntPtr
viewRect System.Windows.Rect
리턴 void