FloatPointEventArgs(FPoint, FPoint) Constructor
Create a new instance of the FloatPointEventArgs Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FloatPointEventArgs(
FPoint newValue,
FPoint originalValue = null
)
Public Sub New (
newValue As FPoint,
Optional originalValue As FPoint = Nothing
)
No code example is currently available or this language may not be supported.
Parameters
- newValue FPoint
-
Current location.
- originalValue FPoint (Optional)
-
Optional original value.