C# Class WinQuickLook.Handlers.PreviewHandlerBase

Inheritance: IQuickLookPreviewHandler
Mostrar archivo Open project: shibayan/WinQuickLook

Public Methods

Method Description
CanOpen ( string fileName ) : bool
GetElement ( string fileName ) : FrameworkElement

Protected Methods

Method Description
GetThumbnail ( string fileName ) : System.Windows.Media.Imaging.BitmapSource

Method Details

CanOpen() public abstract method

public abstract CanOpen ( string fileName ) : bool
fileName string
return bool

GetElement() public abstract method

public abstract GetElement ( string fileName ) : FrameworkElement
fileName string
return System.Windows.FrameworkElement

GetThumbnail() protected static method

protected static GetThumbnail ( string fileName ) : System.Windows.Media.Imaging.BitmapSource
fileName string
return System.Windows.Media.Imaging.BitmapSource