C# Class Zetbox.Client.WPF.View.DocumentManagement.PreviewersManager

Inheritance: IDisposable
Show file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
AttachPreview ( IntPtr handler, string fileName, Rect viewRect ) : void
Dispose ( ) : void
InvalidateAttachedPreview ( IntPtr handler, Rect viewRect ) : void

Private Methods

Method Description
Release ( ) : void
SHCreateItemFromParsingName ( [ pszPath, [ pbc, [ riid, [ IidParameterIndex = 2)]outIShellItemppv ) : void

Method Details

AttachPreview() public method

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

Dispose() public method

public Dispose ( ) : void
return void

InvalidateAttachedPreview() public method

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