b4415e2d创建于 2025年12月20日历史提交

Image_Scale

typedef struct Image_Scale {...} Image_Scale

Overview

The struct describes the image scale factor.

Since: 22

Related module: Image_NativeModule

Header file: image_common.h

Summary

Member Variables

Name Description
float x Scale factor of the width. It must not be 0.
float y Scale factor of the height. It must not be 0.