Delegate ChangeCoordEventHandler
- Namespace
- vdControls
- Assembly
- vdFramedControl.dll
Represents the method that will mhandle the ChangeCoord event.
public delegate void ChangeCoordEventHandler(short stype, double x, double y, double z, ref string NewString)
Parameters
stypeshortIf stype=0 then the string will be polar dist/angle.
xdoubleThe x coordinate
ydoubleThe y coordinate
zdoubleThe z coordinate
NewStringstringThe string that is going to be displayed.