Hi Fang,
mpClipPolyPolygon is the current clipping geometry. It is
used for clipping.
The result of
rPolyPoly.GetIntersection( *mpClipPolyPolygon, aPolyPoly );
is a geometry that only contains the parts of aPolyPoly that
are inside
of mpClipPolyPolygon.
rPolyPoly is the unclipped geometry and aPolyPoly is the
clipped geometry.
Regards,
Christian.
Fang Yaqiong wrote:
> Hi all, Christian,
> I am still puzzled about the GetIntersection() in
Writer::Impl_writePolyPolygon()
> rPolyPoly.GetIntersection( *mpClipPolyPolygon,
aPolyPoly );
> What is mpClipPolyPolygon presented for£¿What's the
result after this code? What's the relationship between
rPolyPoly and aPolyPoly ?
>
> Best Regards,
> Fang
>
>
>
>
> Fang Yaqiong fangyq ch2000.com.cn
> 2007-08-20
> Regards&Thanks!
> Tel:010-5802-2828 Ext.693
> Beijing Redflag CH2000 Software Co., Ltd.
>
--
Sun Microsystems GmbH
Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe graphics.openoffice.org
For additional commands, e-mail: dev-help graphics.openoffice.org
|