diff options
Diffstat (limited to 'reference/csharp/snippets/Efl.Ui.Image.cs')
-rw-r--r-- | reference/csharp/snippets/Efl.Ui.Image.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/reference/csharp/snippets/Efl.Ui.Image.cs b/reference/csharp/snippets/Efl.Ui.Image.cs new file mode 100644 index 0000000..81411d8 --- /dev/null +++ b/reference/csharp/snippets/Efl.Ui.Image.cs | |||
@@ -0,0 +1,4 @@ | |||
1 | Efl.Ui.Image image = new Efl.Ui.Image(parent); | ||
2 | |||
3 | image.SetFile(image_path + "icon.png"); | ||
4 | image.Load(); | ||