ImageGear Professional DLL v17.0 for Windows Accusoft Pegasus
IGVectPoint2D
Send Feedback  
ImageGear Professional DLL v17.0 for Windows > API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectPoint2D

Glossary Item Box

2D point structure.

Declaration:

  Copy Code
typedef struct tag_IGVectPoint2D
{
       float m_x;
       float m_y;
} IGVectPoint2D;

Members:

m_x x coordinate.
m_y y coordinate.
©2011. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.