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. |