Name | Description | |
---|---|---|
CopyTo | Designed to make passing image data between different Accusoft components easier, this method makes a copy of this object's image data and gives the new image data to another object which can be defined in a different Accusoft assembly. When finished, both this object and the destination object will contain separate copies of the same image data. | |
Dispose | Overloaded. Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer. | |
FromBitmap | Creates a new object and places a copy of the given image into it. | |
FromHbitmap | Creates a new object and places a copy of the given image into it. | |
FromHbitmapWithResolution | Creates a new object and places a copy of the given image into it. | |
FromHdib | Overloaded. Creates a new object and places a copy of the given image into it. | |
ToBitmap | Returns a new System.Drawing.Bitmap object containing a copy of the image in this object. | |
ToHbitmap | Returns a new WIN32 HBITMAP handle containing a copy of the image in this object. | |
ToHdib | Returns a new WIN32 HDIB handle containing a copy of the image in this object. | |
TransferTo | Designed to make passing image data between different Accusoft components easier, this method transfers this object's image data to another object which can be defined in a different Accusoft assembly. When finished, this object will no longer contain image data; the image data will be owned by the destination object. |