Table of Contents

Method ActionDrawFigure

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

ActionDrawFigure(vdFigure)

Draw a vdFigure object in ActiveRender and in ScreenRender

public void ActionDrawFigure(vdFigure fig)

Parameters

fig vdFigure

vdFigure object to be drawn.

ActionDrawFigure(vdFigure, bool)

Draw a vdFigure object in ActiveRender and in ScreenRender

public void ActionDrawFigure(vdFigure fig, bool useLists)

Parameters

fig vdFigure

vdFigure object to be drawn.

useLists bool

A boolean value that represents if lists are being used.