New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:pointPoint

The point.

transformedPointPoint

The transformed point.

isTouchInputbool

IsTouchInput.

Properties

Gets or sets a value indicating whether the mouse input is promoted from touch input.

C#
public bool IsTouchInput { get; set; }
Property Value:

IsTouchInput.

Point

Point

Gets or sets the point.

C#
public Point Point { get; set; }
Property Value:

The point.

Gets or sets the transformed point.

C#
public Point TransformedPoint { get; set; }
Property Value:

The transformed point.