Table of Contents

Method SupportOpenGLPrimitives

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

SupportOpenGLPrimitives(IvdOpenGLRender)

A boolean value that represents if the user will use the OnDrawOpenGLPrimitives(IvdOpenGLRender) event to draw the object using his own Opengl commands.

public virtual bool SupportOpenGLPrimitives(IvdOpenGLRender openglrender)

Parameters

openglrender IvdOpenGLRender

The render where the objects are being drawn.

Returns

bool

Return true if you want to implement the OpenGL draw of the object.