X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/164e084ab4cf0b7fbf6a1149e19860bb48bbfb3c..4a82116e2ee3060ecdb8a451403280f54be93372:/docs/latex/wx/dcsvg.tex diff --git a/docs/latex/wx/dcsvg.tex b/docs/latex/wx/dcsvg.tex index 886845fd7d..fbaf2a6710 100644 --- a/docs/latex/wx/dcsvg.tex +++ b/docs/latex/wx/dcsvg.tex @@ -1,3 +1,37 @@ +\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}% +%\input{psbox.tex} +\newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}% +\newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}% +\newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}% +\newcommand{\indexit}[1]{#1\index{#1}}% +\newcommand{\inioption}[1]{{\bf {\tt #1}}\index{#1}}% +\parskip=10pt% +\parindent=0pt% +%\backgroundcolour{255;255;255}\textcolour{0;0;0}% Has an effect in HTML only +\winhelpignore{\title{Manual for wxSVGFileDC}% +\author{Chris Elliott}% +\date{June 2002}% +}% +\winhelponly{\title{Manual for wxSVGFileDC}% +\author{by Chris Elliott}% +}% +\makeindex% +\begin{document}% +\maketitle% +\pagestyle{fancyplain}% +\bibliographystyle{plain}% +\pagenumbering{roman}% +\setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}}% +\setfooter{\thepage}{}{}{}{}{\thepage}% +\tableofcontents% + +\chapter*{Copyright notice}% +\setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% +\setfooter{\thepage}{}{}{}{}{\thepage}% + +\chapter*{wxSVGFileDC}% +\setheader{{\it wxSVGFileDC}}{}{}{}{}{{\it wxSVGFileDC}}% +\setfooter{\thepage}{}{}{}{}{\thepage}% \section{\class{wxSVGFileDC}}\label{wxSVGFileDC} A wxSVGFileDC is a {\it device context} onto which graphics and text can be drawn, and the output @@ -123,7 +157,7 @@ Use this function for converting a height, for example. \membersection{wxSVGFileDC::DrawArc}\label{wxdcdrawarc} -\func{void}{DrawArc}{\param{wxCoord}{ x1}, \param{wxCoord}{ y1}, \param{wxCoord}{ x2}, \param{wxCoord}{ y2}, \param{double}{ xc}, \param{double}{ yc}} +\func{void}{DrawArc}{\param{wxCoord}{ x1}, \param{wxCoord}{ y1}, \param{wxCoord}{ x2}, \param{wxCoord}{ y2}, \param{wxCoord}{ xc}, \param{wxCoord}{ yc}} Draws an arc of a circle, centred on ({\it xc, yc}), with starting point ({\it x1, y1}) and ending at ({\it x2, y2}). The current pen is used for the outline