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
|
%表題 DclSetAreaPattern
%
%履歴
%\Drireki{
% 11/09/15 辻野 智紀 (HTML から PDF へ)
% }
%
\subsection{DclSetAreaPattern}
\label{sgpack.DclSetAreaPattern}
\begin{enumerate}
\item 機能
\begin{quote} 内部領域を塗るトーンパターンを設定する.
\end{quote}
\item 書式
\begin{quote}
{\tt call DclSetAreaPattern(pattern1, pattern2)}
\end{quote}
\item 引数
\begin{quote}
\begin{tabular}{llp{10cm}}
{\tt pattern1} & {\tt <I>} & x1 $<$ x2 または y1 $<$ y2 の時のパターン番号. \\
{\tt pattern2} & {\tt <I>} & x1 $>$ x2 または y1 $>$ y2 の時のパターン番号. \\
\end{tabular}
\end{quote}
\item 備考
\begin{quote}
なし.
\end{quote}
\item 関連項目
\begin{quote}
\begin{itemize}
\item 関連ルーチン (bar)
\end{itemize}
\end{quote}
\end{enumerate}
|