mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(ImageSource): resize method (#8678)
This commit is contained in:
@@ -1198,6 +1198,8 @@ export class ImageSource {
|
||||
// @deprecated (undocumented)
|
||||
loadFromResource(name: string): boolean;
|
||||
|
||||
resize(maxSize: number, options?: any): ImageSource;
|
||||
|
||||
rotationAngle: number;
|
||||
|
||||
saveToFile(path: string, format: "png" | "jpeg" | "jpg", quality?: number): boolean;
|
||||
|
||||
Reference in New Issue
Block a user