Managed Windows API
RECT Structure
NamespacesManagedWinapi.WindowsRECT
Wrapper around the Winapi RECT type.
Declaration Syntax
C#
[SerializableAttribute]
public struct RECT
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
RECT(Int32, Int32, Int32, Int32)
Creates a new RECT.

Bottom
BOTTOM

FromRectangle(Rectangle)
Convert Rectangle to a RECT

GetHashCode()()()
Returns the hash code for this instance.
(Overrides ValueType.GetHashCode()()().)
Height
HEIGHT

Implicit(RECT)
Implicit Cast.

Implicit(Rectangle)
Implicit Cast.

Left
LEFT

Location
LOCATION

Right
RIGHT

Size
SIZE

Top
TOP

ToRectangle()()()
Convert RECT to a Rectangle.

Width
WIDTH

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)