An NDoc Documented Class Library

DrawEvent Delegate

This delegate is used from a Entity in its draw-method.

public delegate void DrawEvent(
   object sender,
   DrawEventArgs e
);

Requirements

Namespace: Minais.Drawing3d

Assembly: Drawing3d (in Drawing3d.dll)

See Also

Minais.Drawing3d Namespace