Files
wxWidgets/docs/latex/wx/graphicsbrush.tex
Stefan Csomor f43af7fea4 first version for docs on graphics classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-02 14:28:51 +00:00

25 lines
942 B
TeX
Executable File

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name: graphicsbrush.tex
%% Purpose: wxGraphicsBrush class documentation
%% Author: Stefan Csomor
%% Modified by:
%% Created: 08.06.2004
%% RCS-ID: $Id$
%% Copyright: (c) Stefan Csomor
%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxGraphicsBrush}}\label{wxgraphicsbrush}
\wxheading{Derived from}
\helpref{wxGraphicsObject}{wxgraphicsobject}
A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an 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 Create...Brush call on the graphics context or the renderer instance.
\wxheading{Include files}
<wx/graphics.h>