PointF

Összefoglaló

PointF egy Python-i osztály.

Egy 2D-s pontot mutat, lebegő koordinátákkal, egyenértékű System.Drawing.PointF.

Módszerek

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