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

    This structure defines min and max coordinates of views and entities.

    Declaration:

     
    Copy Code
    typedef struct tag_IGVectMinMax
    {
            float m_xmin;
            float m_xmax;
            float m_ymin;
            float m_ymax;
            float m_zmin;
            float m_zmax;
    } IGVectMinMax;
    

    Members:

    Name Type Description
    m_xmin float x min coordinate.
    m_xmax float x max coordinate.
    m_ymin float y min coordinate.
    m_ymax float y max coordinate.
    m_zmin float z min coordinate.
    m_zmax float z max coordinate.