Class
PointerArgs

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class PointerArgs

Inheritance: objectPointerArgs

Constructors

PointerArgs(Point, Point, bool)

Initializes a new instance of the PointerArgs class.

Declaration

cs-api-definition
public PointerArgs(Point point = null, Point transformedPoint = null, bool isTouchInput = false)

Parameters

point

Point

The point.

transformedPoint

Point

The transformed point.

isTouchInput

bool

IsTouchInput.

Properties

IsTouchInput

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

Declaration

cs-api-definition
public bool IsTouchInput { get; set; }

Property Value

bool

IsTouchInput.

Point

Gets or sets the point.

Declaration

cs-api-definition
public Point Point { get; set; }

Property Value

Point

The point.

TransformedPoint

Gets or sets the transformed point.

Declaration

cs-api-definition
public Point TransformedPoint { get; set; }

Property Value

Point

The transformed point.