Image | +--Iconpublic class Icon
Implements a Windows icon as a WFC object.
Constructors
Name | Description |
---|---|
Icon(int handle) | Topic under construction. |
Icon(int handle, boolean fOwned) | Topic under construction. |
Icon(String fileName) | Topic under construction. |
Icon(Class type, String resource) | Topic under construction. |
Icon(IDataStream stream) | Topic under construction. |
Icon(IStream stream) | Topic under construction. |
Icon(IPicture picture) | Topic under construction. |
Methods
Name | Description |
---|---|
copyHandle(int h) | Retrieves a copy of the icon. |
copyHandle() | Retrieves a copy of the icon. |
drawStretchTo(Graphics g, int x, int y, int width, int height, int rop) | Draws the icon 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 the icon to the given device context (DC). |
finalize() | Clean up our HBITMAP. |
getExtension() | Topic under construction. |
getHandle() | Topic under construction. |
getPICTDESC() | Topic under construction. |
getSize() | 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.
Retrieves a copy of the icon.
Retrieves a copy of the icon.
Draws the icon to the given DC and stretches it to the given width and height.
Draws the icon to the given device context (DC).
Clean up our HBITMAP.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.