harmony 鸿蒙OH_Drawing_RectStyle_Info

  • 2025-06-12
  • 浏览 (4)

OH_Drawing_RectStyle_Info

Overview

The OH_Drawing_RectStyle_Info struct describes the style of a rectangle.

Since: 12

Related module: Drawing

Header file: drawing_types.h

Summary

Member Variables

Name Description
uint32_t color Color of the rectangle.
double leftTopRadius Left top radius of the rectangle.
double rightTopRadius Right top radius of the rectangle.
double rightBottomRadius Right bottom radius of the rectangle.
double leftBottomRadius Left bottom radius of the rectangle.

Member Variable Description

color

uint32_t OH_Drawing_RectStyle_Info::color

Description

Color of the rectangle.

leftBottomRadius

double OH_Drawing_RectStyle_Info::leftBottomRadius

Description

Left bottom radius of the rectangle.

leftTopRadius

double OH_Drawing_RectStyle_Info::leftTopRadius

Description

Left top radius of the rectangle.

rightBottomRadius

double OH_Drawing_RectStyle_Info::rightBottomRadius

Description

Right bottom radius of the rectangle.

rightTopRadius

double OH_Drawing_RectStyle_Info::rightTopRadius

Description

Right top radius of the rectangle.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞