(C#) Changed Rectangle to have float properties 07/121907/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 29 Mar 2017 10:04:24 +0000 (11:04 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 29 Mar 2017 10:39:09 +0000 (11:39 +0100)
commit071fcd1b53571defd28db3f3563645b5f32e6329
treeda620f86af8145d9162c3c0e80420e11003ff9bf
parentadbf56fb15d6f31237bb82871e8e5546d5d71d2e
(C#) Changed Rectangle to have float properties

Wraps Rect<int> in C++. Problem with ints is that an explicit conversion needs to be done in C#
application code which looks bad. Int to float conversion is automatic so will still work.

Made a comment in the property to state that the decimal is ignored and that the float is provided
for convenience only.

Change-Id: I9589999406c01529c7f2463c07930e7d1d1bdca6
plugins/dali-swig/SWIG/events/rectangle.i
plugins/dali-swig/examples/dali-test.cs