Table of Contents

Method ListStart

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

ListStart(vdRender)

This method should be called in customobjects at the beginning of the Draw method. Check our samples with custom objects to see proper use.

public bool ListStart(vdRender render)

Parameters

render vdRender

The render where the object is drawn.

Returns

bool

Returns true if the object is drawn using the internal precalculated list.