.
C# Signature:
[DllImport("gdi32.dll")]
static extern bool SetViewportOrgEx(IntPtr hdc, int X, int Y, out POINT lpPoint);
User-Defined Types:
POINT
Notes:
Also see GetViewportOrgEx and OffsetViewportOrgEx.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The SetViewportOrgEx API
10/16/2008 5:07:45 PM - -71.243.117.174
TODO - a short description
3/16/2007 8:18:46 AM - dahminator-75.174.65.168
The GetViewportOrgEx API
3/16/2007 7:45:35 AM - anonymous
The OffsetViewportOrgEx API
10/16/2008 5:09:27 PM - anonymous
