Search found 2 matches
- 2012-08-29T03:37:59-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Basic Drawing in VBA
- Replies: 1
- Views: 13850
Re: Basic Drawing in VBA
what i'm trying to create is a photo pf a hotel with a round dot placed on the image where i can write some text...
- 2012-08-28T09:11:24-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Basic Drawing in VBA
- Replies: 1
- Views: 13850
Basic Drawing in VBA
Hi all, I am trying to create a basic shape eg a circle, and then add this to an image. (a place for me to add text like "15% off!") I see example lilke this all tehtime - but i have no idea how to execute this. convert -size 70x70 canvas:none -fill red -draw 'circle 35,35 10,30' red-circle.png ...