The IGxIcon interface contains properties and methods of the icon.
| Property name | Brief description | |
| Height | The Height property returns icon height in pixels. | |
| Size | The Size property returns the object that contains icon sizes. | |
| Width | The Width property returns icon width in pixels. |
| Method name | Brief description | |
| Clone | The Clone method creates a copy of the icon. | |
| SaveToFile | The SaveToFile method saves the icon to file. | |
| SaveToStream | The SaveToStream method saves the icon to stream. | |
| ToBitmap | The ToBitmap method transforms the icon to a bitmap. |
See also: