コード例 #1
0
        public void ExportDocument(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

            painter.ExportDocument(
                document
                );
        }
コード例 #2
0
ファイル: Control_Perspective.cs プロジェクト: muzudho/XtA
        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
ファイル: Control_Perspective.cs プロジェクト: muzudho/XtA
        public void ExportScreenshot(DocumentImpl document)
        {
            PainterImpl painter = new PainterImpl();

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