drawing_round_rect.h

Overview

The drawing_round_rect.h file declares the functions related to the rounded rectangle in the drawing module.

File to include: <native_drawing/drawing_round_rect.h>

Library: libnative_drawing.so

Since: 11

Related module: Drawing

Summary

Functions

Name Description
OH_Drawing_RoundRect * OH_Drawing_RoundRectCreate (const OH_Drawing_Rect *, float xRad, float yRad) Creates an OH_Drawing_RoundRect object.
void OH_Drawing_RoundRectDestroy (OH_Drawing_RoundRect *) Destroys an OH_Drawing_RoundRect object and reclaims the memory occupied by the object.