PackageUtilities.GetIntPointerFromImage(Image) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a pointer from a bitmap image.
public:
static int GetIntPointerFromImage(System::Drawing::Image ^ image);
public static int GetIntPointerFromImage (System.Drawing.Image image);
static member GetIntPointerFromImage : System.Drawing.Image -> int
Public Function GetIntPointerFromImage (image As Image) As Integer
Parameters
Returns
An integer that serves as an IntPtr.