Table Of Contents

Previous topic

ImagePanel

Next topic

imageutils

This Page

phoenix_title ImageView


class_hierarchy Inheritance Diagram

Inheritance diagram for class ImageView

Inheritance diagram of ImageView


super_classes Known Superclasses

Window


method_summary Methods Summary

__init__  
DrawImage  
OnEraseBackground  
OnPaint  
OnSize  
PaintBackground  
SetBackgroundMode  
SetBorderMode  
SetValue  
TileBackground Tile bmp into the specified rectangle

api Class API



class ImageView(Window)

Methods



__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=BORDER_SUNKEN)


DrawImage(self, dc)


OnEraseBackground(self, evt)


OnPaint(self, event)


OnSize(self, event)


PaintBackground(self, dc, painter, rect=None)


SetBackgroundMode(self, mode)


SetBorderMode(self, mode)


SetValue(self, file_nm)


TileBackground(self, dc, bmp, x, y, w, h)

Tile bmp into the specified rectangle