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 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| float **x** | X-coordinate.| 21| float **y** | Y-coordinate.| 22