Package wx :: Class GraphicsBrush
[frames | no frames]

Type GraphicsBrush

object --+        
         |        
    Object --+    
             |    
GraphicsObject --+
                 |
                GraphicsBrush


A wx.GraphicsBrush is a native representation of a brush. It is used for filling a path on a wx.GraphicsContext. The contents are specific and private to the respective renderer. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.


Method Summary
GraphicsBrush __init__(self)
A wx.GraphicsBrush is a native representation of a brush.
  __del__(self)

Property Summary
  thisown: The membership flag

Method Details

__init__(self)
(Constructor)

A wx.GraphicsBrush is a native representation of a brush. It is used for filling a path on a wx.GraphicsContext. The contents are specific and private to the respective renderer. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.

Returns:
GraphicsBrush
Overrides:
wx.GraphicsObject.__init__

Property Details

thisown

The membership flag


Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:07:39 2007 http://epydoc.sf.net