Class PointerArgs
Inheritance
System.Object
PointerArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class PointerArgs
Constructors
PointerArgs(Point, Point, MouseEventArgs)
Initializes a new instance of the PointerArgs class.
Declaration
public PointerArgs(Point point = default(Point), Point transformedPoint = default(Point), MouseEventArgs originalMouseEventArgs = null)
Parameters
Point
point
The point. |
Point
transformedPoint
The transformed point. |
System.Windows.Forms.MouseEventArgs
originalMouseEventArgs
originalMouseEventArgs |
Properties
OriginalMouseEventArgs
Declaration
public MouseEventArgs OriginalMouseEventArgs { get; set; }
Property Value
System.Windows.Forms.MouseEventArgs
|
Point
Gets or sets the point.
Declaration
public Point Point { get; set; }
Property Value
Point
The point. |
TransformedPoint
Gets or sets the transformed point.
Declaration
public Point TransformedPoint { get; set; }
Property Value
Point
The transformed point. |