X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FPanGesture.cs;h=2c930fce30b7a636bf3f1203464c406aa0590144;hb=ea5625aa453488271b0a52ee4e25fbb29feb6484;hp=a70f3a666a94cebd296957f0e2c800bf485312a0;hpb=ff57cbb1221d9f6b9f5fe7a41b6a15f6e92cfc7b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/PanGesture.cs b/src/Tizen.NUI/src/public/PanGesture.cs index a70f3a6..2c930fc 100755 --- a/src/Tizen.NUI/src/public/PanGesture.cs +++ b/src/Tizen.NUI/src/public/PanGesture.cs @@ -108,7 +108,7 @@ namespace Tizen.NUI } /// - /// This current touch position of the primary touch point in local actor coordinates. + /// The current touch position of the primary touch point in local actor coordinates. /// public Vector2 Position { @@ -149,7 +149,7 @@ namespace Tizen.NUI } /// - /// This current touch position of the primary touch point in screen coordinates. + /// The current touch position of the primary touch point in screen coordinates. /// public Vector2 ScreenPosition { @@ -171,7 +171,7 @@ namespace Tizen.NUI } /// - /// Default Constructor. + /// The default constructor. /// public PanGesture() : this(NDalicPINVOKE.new_PanGesture__SWIG_0(), true) { @@ -179,7 +179,7 @@ namespace Tizen.NUI } /// - /// Constructor. + /// The constructor. /// /// The state of the gesture internal PanGesture(Gesture.StateType state) : this(NDalicPINVOKE.new_PanGesture__SWIG_1((int)state), true) @@ -303,7 +303,7 @@ namespace Tizen.NUI /// Returns the speed at which the user is moving their fingers.
/// This is the pixel movement per millisecond.
/// - /// The speed of the pan (in pixels per millisecond) + /// The speed of the pan (in pixels per millisecond). public float GetSpeed() { float ret = NDalicPINVOKE.PanGesture_GetSpeed(swigCPtr); @@ -312,11 +312,11 @@ namespace Tizen.NUI } /// - /// This returns the distance the user has panned (dragged) since the last pan gesture or, + /// Returns the distance the user has panned (dragged) since the last pan gesture or, /// if the gesture has just started, then the distance moved since the user touched the screen.
/// This is always a positive value.
///
- /// The distance, as a float, a user's finger has panned + /// The distance, as a float, a user's finger has panned. public float GetDistance() { float ret = NDalicPINVOKE.PanGesture_GetDistance(swigCPtr); @@ -328,7 +328,7 @@ namespace Tizen.NUI /// Returns the speed at which the user is moving their fingers relative to screen coordinates.
/// This is the pixel movement per millisecond.
/// - /// The speed of the pan (in pixels per millisecond) + /// The speed of the pan (in pixels per millisecond). public float GetScreenSpeed() { float ret = NDalicPINVOKE.PanGesture_GetScreenSpeed(swigCPtr); @@ -337,12 +337,12 @@ namespace Tizen.NUI } /// - /// This returns the distance the user has panned (dragged) since the last pan gesture in screen + /// Returns the distance the user has panned (dragged) since the last pan gesture in screen /// coordinates or, if the gesture has just started, then the distance in screen coordinates moved /// since the user touched the screen.
/// This is always a positive value.
///
- /// The distance, as a float, a user's finger has panned + /// The distance, as a float, a user's finger has panned. public float GetScreenDistance() { float ret = NDalicPINVOKE.PanGesture_GetScreenDistance(swigCPtr);