7376079d09
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
29 lines
1011 B
TeX
Executable File
29 lines
1011 B
TeX
Executable File
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Name: graphicspen.tex
|
|
%% Purpose: wxGraphicsPen class documentation
|
|
%% Author: Stefan Csomor
|
|
%% Modified by:
|
|
%% Created: 08.06.2004
|
|
%% RCS-ID: $Id$
|
|
%% Copyright: (c) Stefan Csomor
|
|
%% License: wxWindows license
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\section{\class{wxGraphicsPen}}\label{wxgraphicspen}
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxGraphicsObject}{wxgraphicsobject}\\
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/graphics.h>
|
|
|
|
\wxheading{Library}
|
|
|
|
\helpref{wxCore}{librarieslist}
|
|
|