On Fri, 19 Jun 2015, Beno?t Minisini wrote:
> Le 18/06/2015 20:38, Tobias Boege a ?crit :
> > Hi Benoit,
> >
> > the attached project shows two strange behaviours of Polygon from the
> > gb.clipper component.
> >
> > (1) Polygon._get() returns a new PointF object created on the fly from
> >
Le 18/06/2015 20:38, Tobias Boege a écrit :
> Hi Benoit,
>
> the attached project shows two strange behaviours of Polygon from the
> gb.clipper component.
>
> (1) Polygon._get() returns a new PointF object created on the fly from
> internal data. However, people would think that
>
>
Hi Benoit,
the attached project shows two strange behaviours of Polygon from the
gb.clipper component.
(1) Polygon._get() returns a new PointF object created on the fly from
internal data. However, people would think that
hPolygon[0].X = 20
should modify the zeroth point's x c