mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added keep aspect ratio parameter to camera.takePicture method.
This commit is contained in:
4
ui/enums/enums.d.ts
vendored
4
ui/enums/enums.d.ts
vendored
@@ -164,12 +164,12 @@
|
||||
export var none: string;
|
||||
|
||||
/**
|
||||
* The image is resized to fit in the destination dimensions while it preserves its native aspect ratio.
|
||||
* The image is resized to fill in the destination dimensions while it preserves its native aspect ratio.
|
||||
*/
|
||||
export var aspectFill: string;
|
||||
|
||||
/**
|
||||
* The image is resized to fill the destination dimensions while it preserves
|
||||
* The image is resized to fit the destination dimensions while it preserves
|
||||
* its native aspect ratio. If the aspect ratio of the destination rectangle differs from the image,
|
||||
* the image is clipped to fit in the destination
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user