PointF
PointF
Overview
PointF 是Python的Aspose.Slides FOSS中的一个类.
表示具有浮动坐标的2D点,相当于System.Drawing.PointF.
这个类提供了一个方法,用于在Python程序中使用PointF对象. 有的方法包括: __init__. 在安装Python包的Aspose.Slides FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: x, y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x | `` | Read | 得到了x. |
y | `` | Read | 得到了y. |
Methods
| Signature | Description |
|---|---|
__init__(x: float, y: float) |