# OH_Drawing_Point2D ## Overview The **OH_Drawing_Point2D** struct describes a two-dimensional coordinate point. **Since**: 12 **Related module**: [Drawing](_drawing.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | float **x** | X-coordinate.| | float **y** | Y-coordinate.|