Table of Contents

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

render vdRender

The render where the object is drawn.

Returns

bool

True if the list closed succesfully.