From: dongsug song Date: Tue, 11 Apr 2017 07:15:37 +0000 (-0700) Subject: Merge "Implement normalized Vector2/3/4 class." into tizen X-Git-Tag: submit/trunk/20170823.075128~91^2~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3143dfdb0b7b54d45a680c5ab938bec1e188ad1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Merge "Implement normalized Vector2/3/4 class." into tizen --- c3143dfdb0b7b54d45a680c5ab938bec1e188ad1 diff --cc src/Tizen.NUI/src/public/Animation.cs index 1a70bdf,4eadee8..cf631a1 --- a/src/Tizen.NUI/src/public/Animation.cs +++ b/src/Tizen.NUI/src/public/Animation.cs @@@ -348,11 -333,11 +348,11 @@@ namespace Tizen.NU } /// - /// Gets/Sets the playing range. + /// Gets/Sets the playing range.
/// Animation will play between the values specified. Both values(range.x and range.y ) should be between 0-1, - /// otherwise they will be ignored.If the range provided is not in proper order(minimum, maximum ), it will be reordered. + /// otherwise they will be ignored.If the range provided is not in proper order(minimum, maximum ), it will be reordered.
///
- public Vector2 PlayRange + public RelativeVector2 PlayRange { set { diff --cc src/Tizen.NUI/src/public/ImageView.cs index 9730128,60259da..db6e756 --- a/src/Tizen.NUI/src/public/ImageView.cs +++ b/src/Tizen.NUI/src/public/ImageView.cs @@@ -244,10 -244,10 +244,10 @@@ namespace Tizen.NU } } /// - /// ImageView PixelArea, type Vector4 (Animatable property) - /// Pixel area is a relative value with the whole image area as [0.0, 0.0, 1.0, 1.0]. + /// ImageView PixelArea, type Vector4 (Animatable property).
+ /// Pixel area is a relative value with the whole image area as [0.0, 0.0, 1.0, 1.0].
///
- public Vector4 PixelArea + public RelativeVector4 PixelArea { get {