I am trying to draw a bitmap on the screen 1" X 1.5" using this code:
The image draws correctly but draws to 1.3"X2"Code:status = GdipDrawImageRectRect(graphics, image, _ 0, 0, 1, 1.5 , _ 0, 0, 192, 288, _ UnitPixel)
What am I doing wrong?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |