examples/reference/csharp/snippets/Efl.Ui.Image.cs

5 lines
102 B
C#

Efl.Ui.Image image = new Efl.Ui.Image(parent);
image.SetFile(image_path + "icon.png");
image.Load();