image add imageScale

This commit is contained in:
pengfei.zhou
2020-04-23 16:14:34 +08:00
committed by osborn
parent 9e7c1f04ef
commit 8b1f5f6a43
7 changed files with 38 additions and 0 deletions

7
doric-js/index.d.ts vendored
View File

@@ -487,6 +487,13 @@ declare module 'doric/lib/src/widget/image' {
width: number;
height: number;
} | undefined) => void;
/**
* Default is Environment.screenScale.
*/
imageScale?: number;
/**
* Unit in pixel
*/
stretchInset?: {
left: number;
top: number;