ImageGear Professional DLL v18.1 for Windows
AT_DPOINT
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_DPOINT

Glossary Item Box

This struct is simply the X and Y coordinates of a double point.

  Copy Code
AT_DOUBLE x;
AT_DOUBLE y;

Members:

Name Type Description
x AT_DOUBLE X coordinate of the double point.
y AT_DOUBLE Y coordinate of the double point.

©2014. Accusoft Corporation. All Rights Reserved.