GestureLibraries.FromFile Method

Definition

Overloads

FromFile(File)
FromFile(String)

FromFile(File)

[Android.Runtime.Register("fromFile", "(Ljava/io/File;)Landroid/gesture/GestureLibrary;", "")]
public static Android.Gestures.GestureLibrary? FromFile (Java.IO.File? path);
[<Android.Runtime.Register("fromFile", "(Ljava/io/File;)Landroid/gesture/GestureLibrary;", "")>]
static member FromFile : Java.IO.File -> Android.Gestures.GestureLibrary

Parameters

path
File

Returns

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

FromFile(String)

[Android.Runtime.Register("fromFile", "(Ljava/lang/String;)Landroid/gesture/GestureLibrary;", "")]
public static Android.Gestures.GestureLibrary? FromFile (string? path);
[<Android.Runtime.Register("fromFile", "(Ljava/lang/String;)Landroid/gesture/GestureLibrary;", "")>]
static member FromFile : string -> Android.Gestures.GestureLibrary

Parameters

path
String

Returns

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