[ElmSharp] Introduce EvasImage 30/149830/6
authorSeungkeun Lee <sngn.lee@samsung.com>
Wed, 13 Sep 2017 07:05:01 +0000 (16:05 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Tue, 19 Sep 2017 22:54:30 +0000 (07:54 +0900)
commit6079d9d9550aad66ea8eb263b3c7903c77f0f6f9
tree4237b334094faaa7bc9552f24b76a7afb2f179ed
parent32a8e55dfca03f66a4a93642a6ffd805dd9c89cc
[ElmSharp] Introduce EvasImage

 - The new class for evas_object_image
 - Image class provide ImageObject property to access interal EvasImage

Change-Id: I3020cd5432e70950491620b935f0485cd0d13ac4
src/ElmSharp/ElmSharp/EvasImage.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Image.cs
src/ElmSharp/Interop/Interop.Evas.Image.cs
src/ElmSharp/Interop/Interop.Evas.cs
test/ElmSharp.Test/TC/EvasImageTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/EvasImageTest2.cs [new file with mode: 0644]