An NDoc Documented Class Library

DrawCtrl.ctrlPoly Method (xyzArray, Object)

Draws an active polygon a, how will be highlighted by the HoverColor if the mousepointer moves over it. With the parameter Tag you can set informations to identify the polygon in an other context.

public void ctrlPoly(
   xyzArray a,
   object Tag
);

Parameters

a
Array of points, which will be drawn
Tag
Information, to identify the marker

See Also

DrawCtrl Class | Minais.Drawing3d Namespace | DrawCtrl.ctrlPoly Overload List | ctrlMarker | ctrlLine | ctrlCurve | ctrlPoly