Class ActionPoint
Inheritance
System.Object
ActionPoint
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: ArtOfTest.Common.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ActionPoint : IExtensibleDataObject, INotifyPropertyChanged
Constructors
ActionPoint()
Declaration
public ActionPoint()
ActionPoint(Point)
Declaration
public ActionPoint(Point point)
Parameters
System.Drawing.Point
point
|
ActionPoint(Int32, Int32, OffsetReference, ActionPointUnitType)
Declaration
public ActionPoint(int x, int y, OffsetReference offsetReference, ActionPointUnitType clickUnitType)
Parameters
System.Int32
x
|
System.Int32
y
|
OffsetReference
offsetReference
|
ActionPointUnitType
clickUnitType
|
Fields
Empty
Properties
ClickUnitType
Declaration
public ActionPointUnitType ClickUnitType { get; set; }
Property Value
ActionPointUnitType
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
OffsetReference
Target
Declaration
public Point Target { get; set; }
Property Value
System.Drawing.Point
|
X
Declaration
public int X { get; set; }
Property Value
System.Int32
|
Y
Declaration
public int Y { get; set; }
Property Value
System.Int32
|
Methods
Diff(ActionPoint, ActionPoint)
Declaration
public static ActionPoint Diff(ActionPoint source, ActionPoint destination)
Parameters
ActionPoint
source
|
ActionPoint
destination
|
Returns
ActionPoint
|
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propName)
Parameters
System.String
propName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|