PointerArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class PointerArgs
Inheritance: objectPointerArgs
Constructors
Initializes a new instance of the PointerArgs class.
C#
public PointerArgs(Point point = null, Point transformedPoint = null, bool isTouchInput = false)
The point.
transformedPointPointThe transformed point.
isTouchInputboolIsTouchInput.
Properties
Gets or sets a value indicating whether the mouse input is promoted from touch input.
C#
public bool IsTouchInput { get; set; }
IsTouchInput.
Point
Point
Gets or sets the point.
C#
public Point Point { get; set; }
The point.
TransformedPoint
Point
Gets or sets the transformed point.
C#
public Point TransformedPoint { get; set; }
The transformed point.