drawing_point.h

Overview

The drawing_point.h file declares the functions related to the coordinate point in the drawing module.

File to include: <native_drawing/drawing_point.h>

Library: libnative_drawing.so

Since: 11

Related module: Drawing

Summary

Functions

Name Description
OH_Drawing_Point * OH_Drawing_PointCreate (float x, float y) Creates an OH_Drawing_Point object.
void OH_Drawing_PointDestroy (OH_Drawing_Point *) Destroys an OH_Drawing_Point object and reclaims the memory occupied by the object.