[]
        
(Showing Draft Content)

C1.Util.Win.Win32.RECT

Win32.RECT Struct

Namespace: C1.Util.Win
Assembly: C1.Win.8.dll
Syntax
public struct Win32.RECT

Constructors

Name Description
RECT(Rectangle)
RECT(int, int, int, int)

Fields

Name Description
bottom
left
right
top

Properties

Name Description
Height
Width

Methods

Name Description
AssignTo(ref Rectangle)
CopyFrom(RECT)
CopyFrom(Rectangle)
Deflate(int, int)
Deflate(int, int, int, int)
FromRectangle(Rectangle)
FromXYWH(int, int, int, int)
Inflate(int, int)
Offset(int, int)
ToRectangle()

Operators

Name Description
implicit operator Rectangle(RECT)
implicit operator RECT(Rectangle)