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
rendervdRenderThe vdRender object in which the object will be drawn.
Returns
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.