FreeImage.NET Class Library Reference
FreeImageBitmap Operators and Type Conversions |
The FreeImageBitmap type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Determines whether two specified FreeImageBitmap objects have the same value.
|
|
(Bitmap to FreeImageBitmap) |
Converts a Bitmap instance to a FreeImageBitmap instance.
|
|
(FreeImageBitmap to Bitmap) |
Converts a FreeImageBitmap instance to a Bitmap instance.
|
|
Inequality |
Determines whether two specified FreeImageBitmap objects have different values.
|
See Also