MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t GFX_UtilGetXGivenYOnLine( GFX_Point p1, GFX_Point p2, int32_t y );
Parameters |
Description |
GFX_Point p1 |
the first point in line |
GFX_Point p2 |
the second point in line |
int32_t y |
the y-coordinate of the point of interest |
int32_t - the x-coordinate of the point of interest
MPLAB® Harmony Graphics Suite
|