ImageGear Professional DLL v17.1 for Windows Accusoft
IGVectVertex
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectVertex

Glossary Item Box

This structure defines a vertex.

Declaration:

  Copy Code
typedef struct tag_IGVectVertex
{
        IGVectPoint3D m_point;
        unsigned long m_flags;
} IGVectVertex; 

Members:

m_point 3D coordinate.
m_flags Flag that is used internally to define different vertex attributes such as visibility, bulge, local thickness, and weight. Should not be changed by the user.
©2012. Accusoft Corporation. All Rights Reserved.