/usr/share/doc/libwmf0.2-7/caolan/CreateRegion.html is in libwmf-doc 0.2.8.4-10.3ubuntu1.14.04.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <head>
<title>META_CREATEREGION</title>
</head>
<body link="#CC0000" alink="#FF3300" vlink="#330099" text="#000000" bgcolor="#ffffff" background="pics/weave.jpg">
<h1>NAME</h1>
META_CREATEREGION
<h1>NEAREST API CALL</h1>
<pre>#include <windows.h>
HRGN32 CreateRectRgn
(
INT32 left,
INT32 top,
INT32 right,
INT32 bottom
);
</pre>
<h1>DESCRIPTION</h1>
Now on this one, i havent a clue, so heres what the wine source has to say on the
matter, i blithered for a while and gave up and just dumped the wine source into
libwmf and waved a dead chicken over it, and it appears to work for rectangular
regions so....
<pre>
/*
* The layout of the record looks something like this:
*
* rdParam meaning
* 0 Always 0?
* 1 Always 6?
* 2 Looks like a handle? - not constant
* 3 0 or 1 ??
* 4 Total number of bytes
* 5 No. of seperate bands = n [see below]
* 6 Largest number of x co-ords in a band
* 7-10 Bounding box x1 y1 x2 y2
* 11-... n bands
*
* Regions are divided into bands that are uniform in the
* y-direction. Each band consists of pairs of on/off x-coords and is
* written as
* m y0 y1 x1 x2 x3 ... xm m
* into successive rdParam[]s.
*
* This is probably just a dump of the internal RGNOBJ?
*
* HDMD - 18/12/97
*
*/
</pre><p>
This operation adds an entry for itself in the object list.
<p><a href="support.html">back</a><p>
</body>
|