Table of Contents

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

stype short

If stype=0 then the string will be polar dist/angle.

x double

The x coordinate

y double

The y coordinate

z double

The z coordinate

NewString string

The string that is going to be displayed.

Constructors

ChangeCoordEventHandler(object, IntPtr)

Methods

BeginInvoke(short, double, double, double, ref string, AsyncCallback, object)
EndInvoke(ref string, IAsyncResult)
Invoke(short, double, double, double, ref string)