Table of Contents

Method Draw

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

Draw(vdRender)

Called in order to draw the object in a specified vdRender object.

public virtual vdRender.DrawStatus Draw(vdRender render)

Parameters

render vdRender

The vdRender object in which the object will be drawn.

Returns

vdRender.DrawStatus

vdRender.DrawStatus.

Remarks

See also IvdProxyFigure for example of implementing a custom figure with a proxy figure and how to override basic methods of vdFigure for a custom figure.