public BitmapSource CaptureThumbnail( int width, int height )
Public Overloads Function CaptureThumbnail( _ ByVal width As Integer, _ ByVal height As Integer _ ) As BitmapSource
Parameters
- width
- The width of the thumbnail in pixels.
- height
- The height of the thumbnail in pixels.
Return Value
A bitmap of the captured content.