An NDoc Documented Class Library

MNDevice.LineStrip Method 

This abstract method must be overridden by a derived instance. She draws lines through the points given by the xyzArray. An other abstract draw method, which must be overridden is SolidConvex.

protected abstract void LineStrip(
   xyzArray xyzArray
);

Parameters

xyzArray
This Array holds the points of a polyline, which will be drawn

See Also

MNDevice Class | Minais.Drawing3d Namespace