Class: Wx::GDIObject
- Defined in:
- lib/wx/doc/gen/gdi_object.rb,
lib/wx/doc/gdi_object.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
This class allows platforms to implement functionality to optimise GDI objects, such as Pen, Brush and Font.
On Windows, the underling GDI objects are a scarce resource and are cleaned up when a usage count goes to zero. On some platforms this class may not have any special functionality. Since the functionality of this class is platform-specific, it is not documented here in detail.
Category: Graphics Device Interface (GDI)
Instance Method Summary collapse
-
#clone ⇒ Wx::GDIObject
Calls #dup.
-
#dup ⇒ Wx::GDIObject
Returns a copy-constructed GDI object.
-
#initialize ⇒ Wx::GDIObject
constructor
Default constructor.
Methods inherited from Object
Constructor Details
#initialize ⇒ Wx::GDIObject
Default constructor.
26 |
# File 'lib/wx/doc/gen/gdi_object.rb', line 26 def initialize; end |
Instance Method Details
#dup ⇒ Wx::GDIObject
Returns a copy-constructed GDI object.
14 |
# File 'lib/wx/doc/gdi_object.rb', line 14 def dup; end |