PathShape Constructores

Definición

Sobrecargas

Nombre Description
PathShape(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

PathShape(Path, Single, Single)

Constructor PathShape.

PathShape(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

protected PathShape(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.Drawables.Shapes.PathShape : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.Drawables.Shapes.PathShape

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

PathShape(Path, Single, Single)

Constructor PathShape.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FF)V", "")]
public PathShape(Android.Graphics.Path path, float stdWidth, float stdHeight);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FF)V", "")>]
new Android.Graphics.Drawables.Shapes.PathShape : Android.Graphics.Path * single * single -> Android.Graphics.Drawables.Shapes.PathShape

Parámetros

path
Path

Un trazado que define las rutas geométricas de esta forma

stdWidth
Single

ancho estándar de la forma. Los cambios realizados en el ancho con resize() darán lugar a un ancho escalado en función del nuevo ancho dividido por este ancho.

stdHeight
Single

alto estándar de la forma. Los cambios en el alto con resize() darán lugar a un alto escalado en función de la nueva altura dividida por esta altura.

Atributos

Comentarios

Constructor PathShape.

Java documentación para android.graphics.drawable.shapes.PathShape.PathShape(android.graphics.Path, float, float).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a