PointF

Pengamatan umum

PointF adalah kelas di Aspose.Slides untuk Python.

Menampilkan titik 2D dengan koordinat float, setara dengan System.Drawing.PointF.

Metode-metode yang digunakan

NameTypeAccessDescription
x``ReadGets the x.
y``ReadGets the y.
SignatureDescription
__init__(x: float, y: float)
 Bahasa Indonesia