예제 #1
0
        public void ExportDocument(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

            painter.ExportDocument(
                document
                );
        }
예제 #2
0
        public void ExportDocument(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

            painter.ExportDocument(
                document
                );
        }
예제 #3
0
        public void ExportScreenshot(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

            painter.ExportScreenshot(
                new SolidBrush(this.control_Note1.BackColor),
                this.control_Note1.Width,
                document
                );
        }
예제 #4
0
        public void ExportScreenshot(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

            painter.ExportScreenshot(
                new SolidBrush( this.control_Note1.BackColor),
                this.control_Note1.Width,
                document
                );
        }