ComposePathEffect 构造函数

定义

重载

ComposePathEffect(PathEffect, PathEffect)

构造一个 PathEffect,其效果是首先应用内部效果和外部 pathEffect(e.

ComposePathEffect(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

ComposePathEffect(PathEffect, PathEffect)

构造一个 PathEffect,其效果是首先应用内部效果和外部 pathEffect(e.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")]
public ComposePathEffect (Android.Graphics.PathEffect? outerpe, Android.Graphics.PathEffect? innerpe);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")>]
new Android.Graphics.ComposePathEffect : Android.Graphics.PathEffect * Android.Graphics.PathEffect -> Android.Graphics.ComposePathEffect

参数

outerpe
PathEffect
innerpe
PathEffect
属性

注解

构造一个 PathEffect,其效果是首先应用内部效果和外部 pathEffect(例如 outer(inner(path))。

适用于 . 的 android.graphics.ComposePathEffect.ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

ComposePathEffect(IntPtr, JniHandleOwnership)

创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。

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

参数

javaReference
IntPtr

nativeint

IntPtr一个包含 Java 本机接口 (JNI) 对象引用。

transfer
JniHandleOwnership

指示 JniHandleOwnership如何处理 javaReference

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于