FloatPoint3EventArgs 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 FloatPoint3EventArgs : EventArgs
Inheritance
Object    EventArgs    FloatPoint3EventArgs

Constructors

FloatPoint3EventArgs Create a new instance of the FloatPointEventArgs Item.
FloatPoint3EventArgs(FPoint3, FPoint3) Create a new instance of the FloatPointEventArgs Item.
FloatPoint3EventArgs(Single, Single, 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