2D point structure.
Declaration:
Copy Code |
|
|---|---|
typedef struct tag_IGVectPoint2D { float m_x; float m_y; } IGVectPoint2D; |
|
Members:
| Name | Type | Description |
| m_x | float | x coordinate. |
| m_y | float | y coordinate. |
| ImageGear Professional DLL v18 for Windows |
|
| IGVectPoint2D | |
| Send Feedback | |
| ImageGear Professional v18 > API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectPoint2D |
Glossary Item Box