Desktop Functions: Smart Device Functions:
|
Search Results for "ClientRectangle" in [All]ole321: OleDraw
c.ClientRectangle.Width,
c.ClientRectangle.Height); user32
static extern TODO ClientRectangle(TODO);
Declare Function ClientRectangle Lib "user32.dll" (TODO) As TODO ClientRectangle property of the System.Windows.Forms.Control class 4: mouse_event
Dim pt As Point = picClicker.PointToScreen(New Point(picClicker.ClientRectangle.Width / 2, picClicker.ClientRectangle.Height / 2)) gdi325: SetMapMode double fAspectRatio = (double)(this.ClientRectangle.Bottom) / (double)(this.ClientRectangle.Right);
this.ClientRectangle.Bottom, // So that (0,0) is at the bottom left.
this.ClientRectangle.Right,
-this.ClientRectangle.Bottom, // Negative so that y gets positive as you go up. |