Point 类
- java.
lang. Object - com.
azure. ai. formrecognizer. models. Point
- com.
public final class Point
表示点的 x 和 y 坐标。
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| Point(float xCoordinate, float yCoordinate) |
创建 Point 对象。 |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| float |
getX()
获取 x 坐标值。 |
| float |
getY()
获取 y 坐标值。 |
方法继承自 java.lang.Object
构造函数详细信息
Point
public Point(float xCoordinate, float yCoordinate)
创建 Point 对象。
Parameters:
方法详细信息
getX
public float getX()
获取 x 坐标值。
Returns:
getY
public float getY()
获取 y 坐标值。
Returns: