DOKK / manpages / debian 12 / erlang-manpages / wxGraphicsObject.3erl.en
wxGraphicsObject(3erl) Erlang Module Definition wxGraphicsObject(3erl)

wxGraphicsObject - Functions for wxGraphicsObject class

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

See: wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath

wxWidgets docs: wxGraphicsObject

wxGraphicsObject() = wx:wx_object()


destroy(This :: wxGraphicsObject()) -> ok



getRenderer(This) -> wxGraphicsRenderer:wxGraphicsRenderer()


Types:

This = wxGraphicsObject()

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


isNull(This) -> boolean()


Types:

This = wxGraphicsObject()

Return: false if this object is valid, otherwise returns true.

wx 2.2.1 wxWidgets team.