ImageGear for C and C++ on Windows v19.3 - Updated
IGVectMinMax
API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectMinMax

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.