|
-
Dec 9th, 1999, 07:42 AM
#1
Thread Starter
New Member
I want to draw a graphic like a triangle and then fill it with a color. Yet, I don't want to use PrintForm or any other method that prints the output in pixels. I want the output to be in twips. Example of code:
Private Sub Print_Triangle()
Printer.ScaleMode = 1 'twips
Printer.Line (2000,0)-(3000,3000)
Printer.Line -(0,3000)
Printer.line -(2000,0)
'Next, Fill the triangle with a color, such as red.
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|