22 module
com { module sun { module star { module awt {
42 void move( [in]
long nHorzMove,
43 [in]
long nVertMove );
manages multiple rectangles which make up a region.
Definition XRegion.idl:28
sequence< Rectangle > getRectangles()
returns all rectangles which are making up this region.
void xOrRegion([in] XRegion Region)
applies an exclusive-or operation with the specified region to this region.
Rectangle getBounds()
returns the bounding box of the shape.
void excludeRectangle([in] Rectangle Rect)
removes the area of the specified rectangle from this region.
void excludeRegion([in] XRegion Region)
removes the area of the specified region from this region.
void unionRegion([in] XRegion Region)
adds the specified region to this region.
void unionRectangle([in] Rectangle Rect)
adds the specified rectangle to this region.
void intersectRegion([in] XRegion Region)
intersects the specified region with the current region.
void xOrRectangle([in] Rectangle Rect)
applies an exclusive-or operation with the specified rectangle to this region.
void clear()
makes this region an empty region.
void move([in] long nHorzMove, [in] long nVertMove)
moves this region by the specified horizontal and vertical delta.
void intersectRectangle([in] Rectangle Region)
intersects the specified rectangle with the current region.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28