PackageUtilities::GetIntPointerFromImage Method (Image^)

 

Gets a pointer from a bitmap image.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static int GetIntPointerFromImage(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

Image.

Return Value

Type: System::Int32

An integer that serves as an IntPtr.

Return to top
Show: