ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Structures Reference / IGVectVertex
In This Topic
    IGVectVertex
    In This Topic

    This structure defines a vertex.

    Declaration:

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

    Members:

    Name Type Description
    m_point IGVectPoint3D 3D coordinate.
    m_flags unsigned long 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.