blob: 6e5b7f6a5bb439e7bc19e4c2add5b68939a8921f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\section{Drawing a \Index{polygon}}
We use: \texttt{\textbackslash psPolygonIIID[options](x0,y0,z0)(x1,y1,z1)\ldots(xn,yn,zn)},
with the possible options that follow:
\begin{itemize}
\item \texttt{\Lkeyword{linecolor}=color};
\item \texttt{\Lkeyword{doubleline}=true};
\item \texttt{\Lkeyword{linearc}=value};
\item \texttt{\Lkeyword{fillstyle}=\Lkeyval{solid}};
\item \texttt{\Lkeyword{fillstyle}=\Lkeyval{vlines}} or \texttt{\Lkeyword{fillstyle}=\Lkeyval{hlines}} or \texttt{\Lkeyword{fillstyle}=\Lkeyval{crosshatch}}.
\end{itemize}
\endinput
|