19 #ifndef __com_sun_star_awt_XRegion_idl__
20 #define __com_sun_star_awt_XRegion_idl__
28 module com { module sun { module star { module awt {
48 void move( [in]
long nHorzMove,
49 [in]
long nVertMove );
54 void unionRectangle( [in]
Rectangle Rect );
59 void intersectRectangle( [in]
Rectangle Region );
64 void excludeRectangle( [in]
Rectangle Rect );
75 void unionRegion( [in]
XRegion Region );
80 void intersectRegion( [in]
XRegion Region );
85 void excludeRegion( [in]
XRegion Region );
91 void xOrRegion( [in]
XRegion Region );
96 sequence<Rectangle> getRectangles();
specifies a rectangular area by position and size.
Definition: Rectangle.idl:29
manages multiple rectangles which make up a region.
Definition: XRegion.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47