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