Assembly: Drawing;
The GxIcon class implements the icon.
| Constructor name | Brief description | |
![]() |
CreateCopy | The CreateCopy constructor creates a copy of the icon scaling it to the specified sizes. |
![]() |
CreateFromFile | The CreateFromFile constructor creates an icon from the specified file. |
![]() |
CreateFromFileS | The CreateFromFileS constructor creates an icon from the specified file scaling it to the specified sizes. |
![]() |
CreateFromStream | The CreateFromStream constructor creates an icon from the stream. |
![]() |
CreateFromStreamS | The CreateFromStreamS constructor creates an icon from the stream scaling it to the specified sizes. |
| 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: