Metodo ImageHelper.BitmapSourceFromHandle

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function BitmapSourceFromHandle ( _
    handle As IntPtr, _
    rect As Int32Rect _
) As BitmapSource
public static BitmapSource BitmapSourceFromHandle(
    IntPtr handle,
    Int32Rect rect
)

Parametri

Valore restituito

Tipo: System.Windows.Media.Imaging.BitmapSource

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ImageHelper Classe

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI