Image | +--Bitmappublic class Bitmap
Implements a Windows bitmap as a WFC object.
Constructors
Name | Description |
---|---|
Bitmap(int handle) | Topic under construction. |
Bitmap(int handle, boolean fOwned) | Topic under construction. |
Bitmap(int handle, int hpal, boolean fOwned) | Topic under construction. |
Bitmap(int width, int height) | Topic under construction. |
Bitmap(int nWidth, int nHeight, int nPlanes, int nBitsPerPixel, short lpvBits[]) | Topic under construction. |
Bitmap(String fileName) | Topic under construction. |
Bitmap(Class type, String resource) | Topic under construction. |
Bitmap(IDataStream stream) | Topic under construction. |
Bitmap(IStream stream) | Topic under construction. |
Bitmap(IPicture picture) | Topic under construction. |
Methods
Name | Description |
---|---|
clone() | Topic under construction. |
cloneBitmap() | Topic under construction. |
copyHandle(int h) | Retrieves a copy of the bitmap. |
copyHandle() | Retrieves a copy of the bitmap. |
drawStretchTo(Graphics g, int x, int y, int width, int height, int rop) | Draws this bitmap to the given DC and stretches it to the given width and height. |
drawTo(Graphics g, int x, int y, int width, int height, int rop) | Draws this bitmap to the given DC. |
finalize() | Topic under construction. |
getDitheredBitmap(Color solid, Color dither) | Topic under construction. |
getExtension() | Topic under construction. |
getGraphics() | Retrieves a Graphics object that you can use to paint to this image. |
getHandle() | Retrieves the handle to this bitmap. |
getPalette() | Topic under construction. |
getPICTDESC() | Topic under construction. |
getSafeHandle(Bitmap i) | Topic under construction. |
getSize() | Topic under construction. |
getTransparentBitmap(boolean f3D) | Topic under construction. |
getTransparentBitmap(Color color) | Topic under construction. |
getTransparentColor() | Topic under construction. |
toString() | Topic under construction. |
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Retrieves a copy of the bitmap.
Retrieves a copy of the bitmap.
Draws this bitmap to the given DC and stretches it to the given width and height. This method is used by Graphics to draw any type of image.
Draws this bitmap to the given DC. This method is used by Graphics to draw any type of image.
Topic under construction.
Topic under construction.
Topic under construction.
Returns a Graphics object.
Retrieves a Graphics object that you can use to paint to this image. This method creates a Graphics object if none exists or returns the one that already exists.
Returns the handle to this bitmap.
Retrieves the handle to this bitmap.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.