Class: Wx::GraphicsPen
- Inherits:
-
GraphicsObject
- Object
- Object
- GraphicsObject
- Wx::GraphicsPen
- Defined in:
- lib/wx/doc/gen/graphics_object.rb
Overview
A GraphicsPen is a native representation of a pen.
The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via Wx::GraphicsContext#create_pen or Wx::GraphicsRenderer#create_pen.
Category: Graphics Device Interface (GDI)
Method Summary
Methods inherited from GraphicsObject
Methods inherited from Object
#clone, #dup, #initialize, #is_same_as, #un_share
Constructor Details
This class inherits a constructor from Wx::Object