Class PointerPositionChangeEventArgs
Provides data for the PointerPositionChanging and PointerPositionChanged events.
Inheritance
System.Object
PointerPositionChangeEventArgs
Namespace: Telerik.Windows.Controls.ColorEditor.Pad
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class PointerPositionChangeEventArgs : EventArgs
Constructors
PointerPositionChangeEventArgs(Point)
Initializes a new instance of the PointerPositionChangeEventArgs class.
Declaration
public PointerPositionChangeEventArgs(Point relativePosition)
Parameters
System.Windows.Point
relativePosition
The relative position. |
Properties
RelativePosition
Gets the relative (between 0 and 1) position of the pointer.
Declaration
public Point RelativePosition { get; }
Property Value
System.Windows.Point
The relative position. |