]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/region.tex
wxFont can now raelly use the native fonts
[wxWidgets.git] / docs / latex / wx / region.tex
index 40d267c66d1f555e4ff3ebd4681b878db3865f04..a5c3001478b3e92649fb6aa1fb04e95d389c9b83 100644 (file)
@@ -40,6 +40,14 @@ Constructs a rectangular region a wxRect object.
 
 Constructs a region by copying another region.
 
+\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.
+
 \membersection{wxRegion::\destruct{wxRegion}}
 
 \func{}{\destruct{wxRegion}}{\void}