View Source wxGraphicsObject (wx v2.4.2)
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
Summary
Functions
Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet.
Return: false if this object is valid, otherwise returns true.
Types
-type wxGraphicsObject() :: wx:wx_object().
Functions
-spec destroy(This :: wxGraphicsObject()) -> ok.
-spec getRenderer(This) -> wxGraphicsRenderer:wxGraphicsRenderer() when This :: wxGraphicsObject().
Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet.
-spec isNull(This) -> boolean() when This :: wxGraphicsObject().
Return: false if this object is valid, otherwise returns true.