IVsWindowFrame3.CreateThumbnail(Int32, Int32, IntPtr) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova miniatura com o melhor ajuste possível dentro dos limites da largura e da altura fornecidas.
public:
int CreateThumbnail(int width, int height, [Runtime::InteropServices::Out] IntPtr % thumbnail);
public int CreateThumbnail (int width, int height, out IntPtr thumbnail);
abstract member CreateThumbnail : int * int * nativeint -> int
Public Function CreateThumbnail (width As Integer, height As Integer, ByRef thumbnail As IntPtr) As Integer
Parâmetros
- width
- Int32
no A largura.
- height
- Int32
no A altura.
- thumbnail
- IntPtr
fora Um HBITMAP para a miniatura.
Retornos
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.