Archicad 28 C++ API
Loading...
Searching...
No Matches
API_Point Struct Reference

Pixel data. More...

#include <APIdefs_Base.h>

Public Attributes

short v
 vertical coordinate
 
short h
 horizontal coordinate
 

Detailed Description

Pixel data.

Remarks
An integer type representation of an API_Coord. Expressed in the local coordinates of the window, based on pixels from the top/left corner. Refer to the ACAPI_View_CoordToPoint and ACAPI_View_CoordToPoint conversion functions for further details.