logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxGraphicsObject - Functions for wxGraphicsObject class

Data Types

wxGraphicsObject() = wx:wx_object()

Description

       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

Exports

destroy(This::wxGraphicsObject())->okgetRenderer(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.

wxWidgets team.                                     wx 2.1.1                              wxGraphicsObject(3erl)

Name

       wxGraphicsObject - Functions for wxGraphicsObject class

See Also