Create image from Windows Bitmap
Syntax
'Declaration
Public Function OpenFromBitmap( _
ByVal As System.IntPtr _
) As System.Integer
'Usage
Dim instance As CiImage
Dim hBitmap As System.IntPtr
Dim value As System.Integer
value = instance.OpenFromBitmap(hBitmap)
public System.int OpenFromBitmap(
System.IntPtr
)
public function OpenFromBitmap(
: System.IntPtr
): System.Integer;
public function OpenFromBitmap(
: System.IntPtr
) : System.int;
public:
System.int OpenFromBitmap(
System.IntPtr
)
Parameters
- hBitmap
See Also