+\func{}{wxRegion}{\param{size\_t}{ n}, \param{const wxPoint }{*points}, \param{int }{fillStyle = wxWINDING\_RULE}}
+
+Constructs a region corresponding to the polygon made of {\it n} points in the
+provided array. {\it fillStyle} parameter may have values
+{\tt wxWINDING\_RULE} or {\tt wxODDEVEN\_RULE}.
+
+{\bf NB:} This constructor is only implemented for Win32 and GTK+ wxWindows ports.
+
+\func{}{wxRegion}{\param{const wxBitmap&}{ bmp},
+ \param{const wxColour&}{ transColour = wxNullColour},
+ \param{int}{ tolerance = 0}}
+
+Constructs a region using the non-transparent pixels of a bitmap. See
+\helpref{Union}{wxregionunion} for more details.
+
+