Method ListEnd
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
ListEnd(vdRender)
This method should be called in customobjects at the end of the Draw method. Check our samples with custom objects to see proper use.
public bool ListEnd(vdRender render)
Parameters
rendervdRenderThe render where the object is drawn.
Returns
- bool
True if the list closed succesfully.