A preview canvas is the default canvas used by the print preview system to display the preview.
See also
Constructor. |
|
Calls |
Possible constructors:
PreviewCanvas(preview : PrintPreview, parent : Window, pos:
Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name:
str="canvas") -> None
A preview canvas is the default canvas used by the print preview system to display the preview.
Constructor.
preview (wx.PrintPreview)
parent (wx.Window)
pos (wx.Point)
size (wx.Size)
style (long)
name (string)
None
variant (WindowVariant)
Calls wx.PrintPreview.PaintPage
to refresh the canvas.
event (wx.PaintEvent)
None