Click or drag to resize

RECT Structure

http://msdn.microsoft.com/en-us/library/ms536136.aspx

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public struct RECT

The RECT type exposes the following members.

Constructors
  NameDescription
Public methodRECT(Rectangle)
Construct a RECT struct from a Rectangle
Public methodRECT(Int32, Int32, Int32, Int32)
Construct a RECT struct from a Rectangle
Top
Properties
  NameDescription
Public propertybottom
Specifies the y-coordinate of the lower-right corner of the rectangle.
Public propertyleft
Specifies the x-coordinate of the upper-left corner of the rectangle.
Public propertyright
Specifies the x-coordinate of the lower-right corner of the rectangle.
Public propertytop
Specifies the y-coordinate of the upper-left corner of the rectangle.
Top
Operators
See Also