Version: 2.9.4
Public Member Functions
wxGraphicsObject Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/graphics.h>

Inheritance diagram for wxGraphicsObject:

Detailed Description

This class is the superclass of native graphics objects like pens etc.

It allows reference counting. Not instantiated by user code.

Library:  wxCore
Category:  Graphics Device Interface (GDI)
参照:
wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath

Public Member Functions

wxGraphicsRendererGetRenderer () const
 Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet.
bool IsNull () const

List of all members.


Member Function Documentation

wxGraphicsRenderer* wxGraphicsObject::GetRenderer ( ) const

Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet.

bool wxGraphicsObject::IsNull ( ) const
Returns:
false if this object is valid, otherwise returns true.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines