Click or drag to resize

CommandMouseMoveEventArgs Constructor (Point2d, Point2d)

Initializes a new instance of the CommandMouseMoveEventArgs class

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public CommandMouseMoveEventArgs(
	Point2d localPoint,
	Point2d worldPoint
)

Parameters

localPoint
Type: RootPro.RootProCAD.GeometryPoint2d
worldPoint
Type: RootPro.RootProCAD.GeometryPoint2d
See Also