graphicsobject.tex

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 42 行

TEX
42
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        graphicsobject.tex%% Purpose:     wxGraphicsObject class documentation%% Author:      Stefan Csomor%% Modified by:%% Created:     08.06.2004%% RCS-ID:      $Id: graphicsobject.tex,v 1.2 2006/11/03 17:55:10 RD Exp $%% Copyright:   (c) Stefan Csomor%% License:     wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxGraphicsObject}}\label{wxgraphicsobject}This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.\wxheading{Derived from}\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/graphics.h>\wxheading{See also}\helpref{wxGraphicsBrush}{wxgraphicsbrush}, \helpref{wxGraphicsPen}{wxgraphicspen}, \helpref{wxGraphicsMatrix}{wxgraphicsmatrix}, \helpref{wxGraphicsPath}{wxgraphicspath}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxGraphicsObject::GetRenderer}\label{wxgraphicsobjectgetrenderer}\constfunc{wxGraphicsRenderer*}{GetRenderer}{\void}Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet\membersection{wxGraphicsObject::IsNull}\label{wxgraphicsobjectisnull}\constfunc{bool}{IsNull}{\void}Is this object valid (false) or still empty (true)?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?