Message 1 of 2
Adding raster image

Not applicable
06-03-2002
05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm wondering how I would add a raster image of a drawing at a set of specific coordinates (say 1060,160). I am fairly close I think. I have:
Dim stmppt(0 To 1) As Variant
stmppt(0) = 1060
stmppt(1) = 160
Set newstmp = Thisdrawing.ModelSpace.AddRaster("N:\10 ANC\photo0005.JPG", stmppt, 400, 0)
Any help would be appreciated. Thanks.
Dim stmppt(0 To 1) As Variant
stmppt(0) = 1060
stmppt(1) = 160
Set newstmp = Thisdrawing.ModelSpace.AddRaster("N:\10 ANC\photo0005.JPG", stmppt, 400, 0)
Any help would be appreciated. Thanks.