Lingua

Gesture.ToPath Metodo

Definizione

Overload

ToPath(Path, Int32, Int32, Edge, Int32)

[Android.Runtime.Register("toPath", "(Landroid/graphics/Path;IIII)Landroid/graphics/Path;", "GetToPath_Landroid_graphics_Path_IIIIHandler")]
public virtual Android.Graphics.Path? ToPath(Android.Graphics.Path? path, int width, int height, Android.Views.Edge edge, int numSample);
[<Android.Runtime.Register("toPath", "(Landroid/graphics/Path;IIII)Landroid/graphics/Path;", "GetToPath_Landroid_graphics_Path_IIIIHandler")>]
abstract member ToPath : Android.Graphics.Path * int * int * Android.Views.Edge * int -> Android.Graphics.Path
override this.ToPath : Android.Graphics.Path * int * int * Android.Views.Edge * int -> Android.Graphics.Path

Parametri

path
Path
width
Int32
height
Int32
edge
Edge
numSample
Int32

Valori restituiti

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

ToPath()

[Android.Runtime.Register("toPath", "()Landroid/graphics/Path;", "GetToPathHandler")]
public virtual Android.Graphics.Path? ToPath();
[<Android.Runtime.Register("toPath", "()Landroid/graphics/Path;", "GetToPathHandler")>]
abstract member ToPath : unit -> Android.Graphics.Path
override this.ToPath : unit -> Android.Graphics.Path

Valori restituiti

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

ToPath(Path)

[Android.Runtime.Register("toPath", "(Landroid/graphics/Path;)Landroid/graphics/Path;", "GetToPath_Landroid_graphics_Path_Handler")]
public virtual Android.Graphics.Path? ToPath(Android.Graphics.Path? path);
[<Android.Runtime.Register("toPath", "(Landroid/graphics/Path;)Landroid/graphics/Path;", "GetToPath_Landroid_graphics_Path_Handler")>]
abstract member ToPath : Android.Graphics.Path -> Android.Graphics.Path
override this.ToPath : Android.Graphics.Path -> Android.Graphics.Path

Parametri

path
Path

Valori restituiti

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

ToPath(Int32, Int32, Edge, Int32)

[Android.Runtime.Register("toPath", "(IIII)Landroid/graphics/Path;", "GetToPath_IIIIHandler")]
public virtual Android.Graphics.Path? ToPath(int width, int height, Android.Views.Edge edge, int numSample);
[<Android.Runtime.Register("toPath", "(IIII)Landroid/graphics/Path;", "GetToPath_IIIIHandler")>]
abstract member ToPath : int * int * Android.Views.Edge * int -> Android.Graphics.Path
override this.ToPath : int * int * Android.Views.Edge * int -> Android.Graphics.Path

Parametri

width
Int32
height
Int32
edge
Edge
numSample
Int32

Valori restituiti

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a