IVsWindowFrame3::CreateThumbnail Method (Int32, Int32, IntPtr)
Visual Studio 2015
Creates a new thumbnail with the best fit possible within the bounds of the provided width and height.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- width
-
Type:
System::Int32
[in] The width.
- height
-
Type:
System::Int32
[in] The height.
- thumbnail
-
Type:
System::IntPtr
[out] An HBITMAP for the thumbnail.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: