Path.Set(Path) 方法

定义

将此项的内容替换为 src 的内容。

[Android.Runtime.Register("set", "(Landroid/graphics/Path;)V", "GetSet_Landroid_graphics_Path_Handler")]
public virtual void Set (Android.Graphics.Path src);
[<Android.Runtime.Register("set", "(Landroid/graphics/Path;)V", "GetSet_Landroid_graphics_Path_Handler")>]
abstract member Set : Android.Graphics.Path -> unit
override this.Set : Android.Graphics.Path -> unit

参数

src
Path
属性

注解

将此项的内容替换为 src 的内容。

适用于 . 的 android.graphics.Path.set(android.graphics.Path)Java 文档

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

适用于