ExportImage 方法示例
2015-12-15 22:24:46 来源: 评论:0 点击:
以下示例将图像以 PNG 文件格式导出到剪贴板,大小为 800 X 600 像素。Private Sub CommandButton8_Click() LineChart1 ExportImage " ", ImageFormat_PNG, SizeUnits_Pixels, 800, 600End Sub
以下示例将图像以 PNG 文件格式导出到剪贴板,大小为 800 X 600 像素。
Private Sub CommandButton8_Click()
LineChart1.ExportImage "", ImageFormat_PNG, SizeUnits_Pixels, 800, 600
End Sub