An NDoc Documented Class Library

Entity.draw Method 

From the Paint-method a 'draw' is called. It is better to override drawmetod than the Paintmethod, because in the Paintmethod some calls enclose the drawmethod ( for example the transformation will be setted ).

protected virtual void draw(
   MNDevice device
);

Parameters

device
Device in which will be drawn

See Also

Entity Class | Minais.Drawing3d Namespace