FloatPointEventArgs Class

Event arguments for events where a floating point location is the main focus.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FloatPointEventArgs : EventArgs
Inheritance
Object    EventArgs    FloatPointEventArgs

Constructors

FloatPointEventArgs Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(FPoint, FPoint) Create a new instance of the FloatPointEventArgs Item.
FloatPointEventArgs(Single, Single, Single, Single) Create a new instance of the FloatPointEventArgs Item.

Properties

NewValue Get/Set the new value.
OriginalValue Get/Set the original value before the event.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also