1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name:        graphicsobject.tex
3%% Purpose:     wxGraphicsObject class documentation
4%% Author:      Stefan Csomor
5%% Modified by:
6%% Created:     08.06.2004
7%% RCS-ID:      $Id: graphicsobject.tex 50200 2007-11-23 20:45:59Z VS $
8%% Copyright:   (c) Stefan Csomor
9%% License:     wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxGraphicsObject}}\label{wxgraphicsobject}
13
14This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
15
16\wxheading{Derived from}
17
18\helpref{wxObject}{wxobject}
19
20\wxheading{Include files}
21
22<wx/graphics.h>
23
24\wxheading{See also}
25
26\helpref{wxGraphicsBrush}{wxgraphicsbrush}, \helpref{wxGraphicsPen}{wxgraphicspen}, \helpref{wxGraphicsMatrix}{wxgraphicsmatrix}, \helpref{wxGraphicsPath}{wxgraphicspath}
27
28\latexignore{\rtfignore{\wxheading{Members}}}
29
30\membersection{wxGraphicsObject::GetRenderer}\label{wxgraphicsobjectgetrenderer}
31
32\constfunc{wxGraphicsRenderer*}{GetRenderer}{\void}
33
34Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet
35
36\membersection{wxGraphicsObject::IsNull}\label{wxgraphicsobjectisnull}
37
38\constfunc{bool}{IsNull}{\void}
39
40Is this object valid (false) or still empty (true)?
41
42