Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ClientRectangle" in [All]

ole32

.

                          c.ClientRectangle.Width,

.

                          c.ClientRectangle.Height);

user32

.

static extern TODO ClientRectangle(TODO);

.

Declare Function ClientRectangle Lib "user32.dll" (TODO) As TODO

.
Documentation
[ClientRectangle] on MSDN
.

ClientRectangle property of the System.Windows.Forms.Control class

.

    Dim pt As Point = picClicker.PointToScreen(New Point(picClicker.ClientRectangle.Width / 2, picClicker.ClientRectangle.Height / 2))

gdi32

.

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.


 
Access PInvoke.net directly from VS: