CSharpUtilities::WpfUtilities::RECT Struct Reference


Detailed Description

Data type created for marshalling to a Windows API RECT.

Represents a window's dimensions in pixels.

List of all members.

Public Attributes

int  Left
  X-coordinate of the window's left edge.
int  Top
  Y-coordinate of the window's top edge.
int  Right
  X-coordinate of the window's right edge.
int  Bottom
  Y-coordinate of the window's bottom edge.

Member Data Documentation

X-coordinate of the window's left edge.

Y-coordinate of the window's top edge.

X-coordinate of the window's right edge.

Y-coordinate of the window's bottom edge.