PointF.Set 方法

定义

重载

Set(PointF)

将点的 x 和 y 坐标设置为 p 的坐标

Set(Single, Single)

设置点的 x 和 y 坐标

Set(PointF)

将点的 x 和 y 坐标设置为 p 的坐标

[Android.Runtime.Register("set", "(Landroid/graphics/PointF;)V", "")]
public void Set(Android.Graphics.PointF p);
[<Android.Runtime.Register("set", "(Landroid/graphics/PointF;)V", "")>]
member this.Set : Android.Graphics.PointF -> unit

参数

p
PointF
属性

注解

将点的 x 和 y 坐标设置为 p 的坐标

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

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

适用于

Set(Single, Single)

设置点的 x 和 y 坐标

[Android.Runtime.Register("set", "(FF)V", "")]
public void Set(float x, float y);
[<Android.Runtime.Register("set", "(FF)V", "")>]
member this.Set : single * single -> unit

参数

x
Single
y
Single
属性

注解

设置点的 x 和 y 坐标

适用于 . 的 android.graphics.PointF.set(float, float)Java 文档

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

适用于