Open image from .NET Bitmap object.
Syntax
'Declaration
Public Overloads Function Open( _
ByVal As System.Drawing.Bitmap _
) As System.Integer
'Usage
Dim instance As CiImage
Dim bmp As System.Drawing.Bitmap
Dim value As System.Integer
value = instance.Open(bmp)
public System.int Open(
System.Drawing.Bitmap
)
public function Open(
: System.Drawing.Bitmap
): System.Integer;
public function Open(
: System.Drawing.Bitmap
) : System.int;
public:
System.int Open(
System.Drawing.Bitmap^
)
Parameters
- bmp
See Also