Contents Up Previous Next

wxGraphicsObject

This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.

継承元

wxObject

インクルードファイル

<wx/graphics.h>

参照

wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath

Members

wxGraphicsObject::GetRenderer
wxGraphicsObject::IsNull


wxGraphicsObject::GetRenderer

wxGraphicsRenderer* GetRenderer() const

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


wxGraphicsObject::IsNull

bool IsNull() const

Is this object valid (false) or still empty (true)?