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

Glossary Item Box

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:

m_xmin x min coordinate.
m_xmax x max coordinate.
m_ymin y min coordinate.
m_ymax y max coordinate.
m_zmin z min coordinate.
m_zmax z max coordinate.
©2012. Accusoft Corporation. All Rights Reserved.