明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2278|回复: 1

如何把VBA转化成C#

[复制链接]
发表于 2006-5-10 17:46:00 | 显示全部楼层 |阅读模式

诚恳的请求大家帮帮忙,怎么用C#实现在AutoCAD中插入光栅图像?我看到过VBA的代码如下:

 Dim insertionPoint(0 To 2) As Double
    Dim scalefactor As Double
    Dim rotationAngle As Double
    Dim imageName As String
    Dim rasterObj As AcadRasterImage
    Dim pt_Pick As Variant
    imageName = "C:\CNSI_Demo\Pictures\" & Current_ProductID & ".jpg"
    insertionPoint(0) = 5#: insertionPoint(1) = 5#: insertionPoint(2) = 0#
    scalefactor = 300
    rotationAngle = 0
   
    pt_Pick = ThisDrawing.Utility.GetPoint(, "插入点:")
    Set rasterObj = ThisDrawing.ModelSpace.AddRaster(imageName, pt_Pick, scalefactor, rotationAngle)

可我要用C#实现它,有人可以帮帮我吗?谢谢了!

发表于 2015-2-26 10:32:48 | 显示全部楼层
试试这个.好用的.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 10:45 , Processed in 0.174914 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表