1# OH_Drawing_Point2D 2 3 4## Overview 5 6The OH_Drawing_Point2D struct describes a two-dimensional coordinate point. 7 8**Since**: 12 9 10**Related module**: [Drawing](_drawing.md) 11 12**Header file**: [drawing_types.h](drawing__types_8h.md) 13 14## Summary 15 16 17### Member Variables 18 19| Name| Description| 20| -------- | -------- | 21| float **x** | X-coordinate.| 22| float **y** | Y-coordinate.| 23