Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
PointF() (gb.clipper2)
Static
Function
PointF
(
[
X
As
Float
,
Y
As
Float
]
)
As
PointF
Create a new point and return it.
If the point coordinates are not specified, they are both set to
0
.