Class: Wx::GraphicsObject

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/doc/gen/graphics_object.rb

Overview

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

It allows reference counting. Not instantiated by user code.

Category: Graphics Device Interface (GDI)

See Also:

Requires:

  • USE_GRAPHICS_CONTEXT

Instance Method Summary collapse

Methods inherited from Object

#clone, #dup, #initialize, #is_same_as, #un_share

Constructor Details

This class inherits a constructor from Wx::Object

Instance Method Details

#get_rendererWx::GraphicsRenderer Also known as: renderer

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



185
# File 'lib/wx/doc/gen/graphics_object.rb', line 185

def get_renderer; end

#is_nullBoolean Also known as: null?

false if this object is valid, otherwise returns true.

Returns:

  • (Boolean)


192
# File 'lib/wx/doc/gen/graphics_object.rb', line 192

def is_null; end