public PreviewCanvas(PrintPreview preview, Window parent, Point pos, Size size, long style, string name) : this(wxPreviewCanvas_ctor(Object.SafePtr(preview), Object.SafePtr(parent), ref pos, ref size, (uint)style, name)) { }
public PreviewCanvas(PrintPreview preview, Window parent, Point pos) : this(preview, parent, pos, wxDefaultSize, 0, "PreviewCanvas") { }
public PreviewCanvas(PrintPreview preview, Window parent, Point pos, Size size, long style) : this(preview, parent, pos, size, style, "PreviewCanvas") { }
public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos, Size size, long style, string name) : this(wxPreviewControlBar_ctor(Object.SafePtr(preview), buttons, Object.SafePtr(parent), ref pos, ref size, (uint)style, name)) { }
public PreviewCanvas(PrintPreview preview, Window parent) : this(preview, parent, wxDefaultPosition, wxDefaultSize, 0, "PreviewCanvas") { }
public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos) : this(preview, buttons, parent, pos, wxDefaultSize, 0, "PreviewControlBar") { }
public PreviewControlBar(PrintPreview preview, int buttons, Window parent, Point pos, Size size, long style) : this(preview, buttons, parent, pos, size, style, "PreviewControlBar") { }
public PreviewControlBar(PrintPreview preview, int buttons, Window parent) : this(preview, buttons, parent, wxDefaultPosition, wxDefaultSize, 0, "PreviewControlBar") { }
public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size, long style, string name) : this(wxPreviewFrame_ctor(Object.SafePtr(preview), Object.SafePtr(parent), title, ref pos, ref size, (uint)style, name)) { }
public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size, long style) : this(preview, parent, title, pos, size, style, "PreviewFrame") { }
public PreviewFrame(PrintPreview preview, Frame parent, string title, Point pos, Size size) : this(preview, parent, title, pos, size, wxDEFAULT_FRAME_STYLE, "PreviewFrame") { }
public PreviewFrame(PrintPreview preview, Frame parent, string title) : this(preview, parent, title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, "PreviewFrame") { }