harmony 鸿蒙ArkUI_ScaleOptions

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

ArkUI_ScaleOptions

Overview

Defines the scaling options for component transition.

Since: 12

Related module: ArkUI_NativeModule

Summary

Member Variables

Name Description
float x Scale ratio along the x-axis.
float y Scale ratio along the y-axis.
float z Scale factor along the z-axis (not effective for the current 2D graphics).
float centerX X coordinate of the center point.
float centerY Y coordinate of the center point.

Member Variable Description

centerX

float ArkUI_ScaleOptions::centerX

Description

X coordinate of the center point.

centerY

float ArkUI_ScaleOptions::centerY

Description

Y coordinate of the center point.

x

float ArkUI_ScaleOptions::x

Description

Scale ratio along the x-axis.

y

float ArkUI_ScaleOptions::y

Description

Scale ratio along the y-axis.

z

float ArkUI_ScaleOptions::z

Description

Scale factor along the z-axis (not effective for the current 2D graphics).

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkUI

harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent

harmony 鸿蒙ARKUI_TextPickerRangeContent

harmony 鸿蒙ArkUI_AnimateCompleteCallback

harmony 鸿蒙ArkUI_AttributeItem

harmony 鸿蒙ArkUI_ColorStop

harmony 鸿蒙ArkUI_ContextCallback

harmony 鸿蒙ArkUI_EventModule

harmony 鸿蒙ArkUI_ExpectedFrameRateRange

harmony 鸿蒙ArkUI_IntOffset

0  赞