WebView.SavePicture(Bundle, File) Method

Definition

Caution

deprecated

[Android.Runtime.Register("savePicture", "(Landroid/os/Bundle;Ljava/io/File;)Z", "GetSavePicture_Landroid_os_Bundle_Ljava_io_File_Handler")]
[System.Obsolete("deprecated")]
public virtual bool SavePicture (Android.OS.Bundle? b, Java.IO.File? dest);
[<Android.Runtime.Register("savePicture", "(Landroid/os/Bundle;Ljava/io/File;)Z", "GetSavePicture_Landroid_os_Bundle_Ljava_io_File_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SavePicture : Android.OS.Bundle * Java.IO.File -> bool
override this.SavePicture : Android.OS.Bundle * Java.IO.File -> bool

Parameters

b
Bundle
dest
File

Returns

Boolean
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to